File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 - {os: ubuntu-24.04, shell: bash, bin: tform}
6262 # To maximize compatibility, we build executables on the oldest
6363 # platforms available.
64+ - {os: ubuntu-24.04-arm, shell: bash, bin: form}
65+ - {os: ubuntu-24.04-arm, shell: bash, bin: tform}
6466 - {os: macos-13, shell: bash, bin: form}
6567 - {os: macos-13, shell: bash, bin: tform}
6668 # The macos-14 runner image is based on the arm64 architecture.
@@ -371,10 +373,11 @@ jobs:
371373 rm -rf $pkgname
372374 fi
373375 }
374- make_tar_gz x86_64-linux '*-ubuntu-*/*form'
376+ make_tar_gz x86_64-linux '*-ubuntu-20.04/*form'
377+ make_tar_gz arm64-linux '*-ubuntu-22.04-arm/*form'
375378 make_tar_gz x86_64-osx '*-macos-13/*form'
376379 make_tar_gz arm64-osx '*-macos-14/*form'
377- make_zip x86_64-windows '*-windows-* /*form.exe'
380+ make_zip x86_64-windows '*-windows-2019 /*form.exe'
378381
379382 - name : Print distributions
380383 run : ls -l dist
You can’t perform that action at this time.
0 commit comments