mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
fix(ci): bring back aarch64 linux builds
This commit is contained in:
parent
3b2d8f692c
commit
a9fdaaa8d1
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
matrix:
|
||||
build:
|
||||
- linux musl x64
|
||||
# - linux musl aarch64
|
||||
- linux musl aarch64
|
||||
- macos x64
|
||||
- macos aarch64
|
||||
include:
|
||||
@ -24,10 +24,10 @@ jobs:
|
||||
os: ubuntu-latest
|
||||
rust: beta
|
||||
target: x86_64-unknown-linux-musl
|
||||
# - build: linux musl aarch64
|
||||
# os: ubuntu-latest
|
||||
# rust: beta
|
||||
# target: aarch64-unknown-linux-musl
|
||||
- build: linux musl aarch64
|
||||
os: ubuntu-latest
|
||||
rust: beta
|
||||
target: aarch64-unknown-linux-musl
|
||||
- build: macos x64
|
||||
os: macos-latest
|
||||
rust: beta
|
||||
|
Loading…
Reference in New Issue
Block a user