Skip to content

Commit

Permalink
Disable ARM targets for now, enable win32 target
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Dec 12, 2024
1 parent 1e8bb3d commit 5b284a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,winarm64,linux64,linuxarm64]
target: [win64,win32,linux64]
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 @@ -163,7 +163,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64,linuxarm64]
target: [win64,win32,linux64]
variant: [lgpl-shared-minimal 7.1]
steps:
- name: Free Disk-Space
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64,linuxarm64]
target: [win64,win32,linux64]
variant: [lgpl-shared-minimal 7.1]
steps:
- name: Free Disk-Space
Expand Down

0 comments on commit 5b284a7

Please sign in to comment.