File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22ARG PLATFORM=arm64
33ARG NODE_VERSION=16.20.1
44
5- FROM ${PLATFORM}/ node:${NODE_VERSION} -alpine AS node
5+ FROM docker.io/arm64v8/ node:18.0.0 -alpine@sha256:406932de43d1cbc1b6f8d767260feb9cac40077e0a8ffe002fd6713259059d32 AS node
66
77WORKDIR /zstd
88COPY . .
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ build_and_test_musl() {
1818
1919 docker --debug buildx build --load --progress=plain --no-cache \
2020 --platform linux/$LINUX_ARCH --output=type=docker \
21- --build-arg=" PLATFORM=$LINUX_ARCH " \
21+ --build-arg=" PLATFORM=arm64v8 " \
2222 --build-arg=" NODE_VERSION=$NODE_VERSION " \
2323 --build-arg=" RUN_TEST=true" \
24- -f ./.github/docker/Dockerfile.musl -t musl-zstd-base \
24+ -f ./.github/docker/Dockerfile.musl \
2525 .
2626}
2727
You can’t perform that action at this time.
0 commit comments