Skip to content

Commit 58be048

Browse files
committedFeb 11, 2025··
Update build-release-binaries.yml
1 parent f70dde0 commit 58be048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/build-release-binaries.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- os: ubuntu-latest
2020
arch: x64-linux
2121
spc_suffix: linux-x86_64.tar.gz
22-
# - os: laravel-4c16r150s-arm64-ubuntu-24.04
23-
# arch: arm64-linux
24-
# spc_suffix: linux-aarch64.tar.gz
22+
- os: ubuntu-24.04-arm
23+
arch: arm64-linux
24+
spc_suffix: linux-aarch64.tar.gz
2525
- os: macos-latest
2626
arch: x64-darwin
2727
spc_suffix: macos-x86_64.tar.gz

0 commit comments

Comments
 (0)
Please sign in to comment.