Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 21, 2024
1 parent 939715d commit 28ad932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: |
echo "Docker version: $(docker --version)"
docker buildx create --name builder --bootstrap --use
docker image pull arm64v8/node:${ steps.get_nodejs_version.outputs.version }-alpine
docker image pull arm64v8/node:${{ steps.get_nodejs_version.outputs.version }}-alpine
echo '---------'
docker --debug buildx build --progress=plain --no-cache \
--platform linux/${{ matrix.linux_arch }} \
Expand Down
1 change: 1 addition & 0 deletions etc/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ PROJECT_DIR=$SCRIPT_DIR/..
build_and_test_musl() {
docker buildx create --name builder --bootstrap --use

docker image pull arm64v8/node:18.0.0-alpine
docker --debug buildx build --load --progress=plain --no-cache \
--platform linux/$LINUX_ARCH --output=type=docker \
--build-arg="PLATFORM=arm64v8" \
Expand Down

0 comments on commit 28ad932

Please sign in to comment.