Skip to content

Commit

Permalink
Enable winarm64 & win32 builds on
Browse files Browse the repository at this point in the history
This will enable both architectures of Windows 32-bit & ARM 64-bit devices to be built.

- Martin Eesmaa
  • Loading branch information
MartinEesmaa committed Oct 23, 2024
1 parent 2587c79 commit 4d84209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,winarm64,linux64,linuxarm64]
target: [win64,winarm64,linux64,linuxarm64,win32]
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 @@ -165,7 +165,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64,linuxarm64]
target: [win64,winarm64,linux64,linuxarm64,win32]
variant: [nonfree]
steps:
- name: Free Disk-Space
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [win64,linux64,linuxarm64]
target: [win64,winarm64,linux64,linuxarm64,win32]
variant: [nonfree]
quickbuild: [1]
include:
Expand Down

0 comments on commit 4d84209

Please sign in to comment.