Skip to content

Commit 2ae4458

Browse files
committed
ci: build arm64-linux binaries
Ready to be published.
1 parent 7f3d11b commit 2ae4458

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
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

0 commit comments

Comments
 (0)