Skip to content

Commit 956f851

Browse files
authored
Disable linux arm64 release builds for now (#254)
Foreman is broken on linux arm64 it looks like. I'm guessing it's because there isn't an arm64 build at all and running a x86 binary isn't going to work (although the error is confusing). I'll look into making a foreman arm64 build next week.
1 parent 7f0501d commit 956f851

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ jobs:
5959
- os: ubuntu-latest
6060
artifact_name: lute-linux-x86_64
6161
options: --c-compiler clang --cxx-compiler clang++
62-
- os: ubuntu-24.04-arm
63-
artifact_name: lute-linux-aarch64
64-
options: --c-compiler clang --cxx-compiler clang++
62+
# TODO: Re-enable once foreman works on linux arm64
63+
# - os: ubuntu-24.04-arm
64+
# artifact_name: lute-linux-aarch64
65+
# options: --c-compiler clang --cxx-compiler clang++
6566
- os: macos-latest
6667
artifact_name: lute-macos-aarch64
6768
- os: windows-latest

0 commit comments

Comments
 (0)