Skip to content

Commit

Permalink
ci: set linux/arm64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 31, 2024
1 parent b82264f commit fe7a4cd
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 @@ -51,7 +51,7 @@ jobs:

- if: runner.os == 'Linux'
name: prebuild arm64
run: docker run -v $PWD:/home --rm node:20 bin/bash -c 'cd /home && /home/script/ci/prebuild.sh'
run: docker run -v $PWD:/home --platform linux/arm64 --rm node:20 bin/bash -c 'cd /home && /home/script/ci/prebuild.sh'

- name: Upload prebuild for ${{ runner.os }}-${{ runner.arch }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fe7a4cd

Please sign in to comment.