Skip to content

Commit

Permalink
ci: add linux64 and linuxarm64 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Jul 23, 2024
1 parent 2f7089d commit 6b1c145
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
matrix:
target:
- win64
- linux64
- linuxarm64
steps:
- name: Free Disk-Space
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
Expand Down Expand Up @@ -122,6 +124,8 @@ jobs:
matrix:
target:
- win64
- linux64
- linuxarm64
variant:
- gpl 7.0
steps:
Expand Down Expand Up @@ -180,6 +184,8 @@ jobs:
matrix:
target:
- win64
- linux64
- linuxarm64
variant:
- gpl 7.0
steps:
Expand Down

0 comments on commit 6b1c145

Please sign in to comment.