Skip to content

Commit ed0fdec

Browse files
committed
ci: build arm64-linux binaries
Ready to be published.
1 parent 9eb91e7 commit ed0fdec

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)