[fix builds on arm] [fix boost builds]
All checks were successful
sgraves/cpp-build-system_msys2/pipeline/head This commit looks good
sgraves/cpp-build-system_mac/pipeline/head This commit looks good
sgraves/cpp-build-system/pipeline/head This commit looks good

This commit is contained in:
2025-12-16 10:34:01 -06:00
parent 787bfcff96
commit 834b2e26de
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#comment
FROM alpine:3.23
FROM --platform=linux/amd64 alpine:3.23
RUN apk update
RUN apk upgrade