Skip to content

Commit 28ad932

Browse files
asdf
1 parent 939715d commit 28ad932

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }} \

etc/docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PROJECT_DIR=$SCRIPT_DIR/..
1616
build_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" \

0 commit comments

Comments
 (0)