Skip to content

Commit

Permalink
arm64 content type patch
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 10, 2024
1 parent 11d96d9 commit cf5fa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:

- if: ${{ matrix.docker == true && matrix.alpine != true && matrix.arch == 'arm64' }}
name: test arm64
run: docker run -v $PWD:/home --platform linux/${{ matrix.arch }} -e SKIP_STANDALONE_TESTS --rm node:20 bin/bash -c 'cd /home && /home/script/ci/unpack-and-test.sh'
run: docker run -v $PWD:/home --platform linux/${{ matrix.arch }} -e CIRRUS_CI=true -e SKIP_STANDALONE_TESTS --rm node:20 bin/bash -c 'cd /home && /home/script/ci/unpack-and-test.sh'
env:
SKIP_STANDALONE_TESTS: true

Expand Down

0 comments on commit cf5fa0c

Please sign in to comment.