Build winarm64 base image for local quickbuild

This commit is contained in:
BtbN 2024-03-26 22:45:52 +01:00
parent c7eb9d905e
commit 2660e7562a

View File

@ -110,7 +110,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
target: [win64,linux64,linuxarm64] target: [win64,winarm64,linux64,linuxarm64]
steps: steps:
- name: Free Disk-Space - 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 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