File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 run : |
146146 echo "Docker version: $(docker --version)"
147147 docker buildx create --name builder --bootstrap --use
148- docker image pull arm64v8/node:${ steps.get_nodejs_version.outputs.version }-alpine
148+ docker image pull arm64v8/node:${{ steps.get_nodejs_version.outputs.version } }-alpine
149149 echo '---------'
150150 docker --debug buildx build --progress=plain --no-cache \
151151 --platform linux/${{ matrix.linux_arch }} \
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ PROJECT_DIR=$SCRIPT_DIR/..
1616build_and_test_musl () {
1717 docker buildx create --name builder --bootstrap --use
1818
19+ docker image pull arm64v8/node:18.0.0-alpine
1920 docker --debug buildx build --load --progress=plain --no-cache \
2021 --platform linux/$LINUX_ARCH --output=type=docker \
2122 --build-arg=" PLATFORM=arm64v8" \
You can’t perform that action at this time.
0 commit comments