Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ef44e2

Browse files
committedJan 23, 2025
remove arch linux for now
1 parent 12ff875 commit 0ef44e2

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: laravel-4c16r150s-arm64-ubuntu-24.04
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.