Skip to content

Commit cbf8564

Browse files
committed
Re-enable winarm64 base image after applied workaround
1 parent da8495c commit cbf8564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
strategy:
135135
fail-fast: false
136136
matrix:
137-
target: [win32,win64,linux32,linux64,linuxarm64]
137+
target: [win32,win64,winarm64,linux32,linux64,linuxarm64]
138138
steps:
139139
- name: Free Disk-Space
140140
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /opt/ghc /usr/local/.ghcup /usr/local/lib/android && df -h

0 commit comments

Comments
 (0)