File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 5858 # platforms available.
5959 - {os: ubuntu-20.04, shell: bash, bin: form}
6060 - {os: ubuntu-20.04, shell: bash, bin: tform}
61+ - {os: ubuntu-22.04-arm, shell: bash, bin: form}
62+ - {os: ubuntu-22.04-arm, shell: bash, bin: tform}
6163 - {os: macos-13, shell: bash, bin: form}
6264 - {os: macos-13, shell: bash, bin: tform}
6365 # The macos-14 runner image is based on the arm64 architecture.
@@ -352,10 +354,11 @@ jobs:
352354 rm -rf $pkgname
353355 fi
354356 }
355- make_tar_gz x86_64-linux '*-ubuntu-*/*form'
357+ make_tar_gz x86_64-linux '*-ubuntu-20.04/*form'
358+ make_tar_gz arm64-linux '*-ubuntu-22.04-arm/*form'
356359 make_tar_gz x86_64-osx '*-macos-13/*form'
357360 make_tar_gz arm64-osx '*-macos-14/*form'
358- make_zip x86_64-windows '*-windows-* /*form.exe'
361+ make_zip x86_64-windows '*-windows-2019 /*form.exe'
359362
360363 - name : Print distributions
361364 run : ls -l dist
You can’t perform that action at this time.
0 commit comments