Skip to content

Commit

Permalink
ci: change to use dockcross
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Nov 18, 2024
1 parent 86e1443 commit d7f6105
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
- uses: actions/[email protected]
with:
node-version: 20
Expand Down Expand Up @@ -55,10 +52,8 @@ jobs:
if: runner.os == 'Linux'
run: |
docker run --rm \
--volume $(pwd):/app \
--workdir /app \
-t arm64v8/ubuntu \
--platform linux/arm64 \
-v $(pwd):/work \
dockcross/linux-arm64:latest \
bash -c "./scripts/prepare-linux.sh && ./scripts/build-linux.sh"
- name: Build (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit d7f6105

Please sign in to comment.