mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 15:49:22 -08:00
fix: Disable broken CI jobs
These are cross compilation static build jobs which are nice to have but non-essential. https://github.com/rosenpass/rosenpass/issues/62
This commit is contained in:
committed by
Karolin Varner
parent
0b1a00a32e
commit
e12cd18a42
2
.github/workflows/nix.yaml
vendored
2
.github/workflows/nix.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
nix-system:
|
||||
- x86_64-linux
|
||||
- i686-linux
|
||||
- aarch64-linux
|
||||
#- aarch64-linux -- Broken; see https://github.com/rosenpass/rosenpass/issues/62
|
||||
derivation:
|
||||
- rosenpass
|
||||
- rosenpass-static
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
matrix:
|
||||
nix-system:
|
||||
- x86_64-linux
|
||||
- aarch64-linux
|
||||
#- aarch64-linux -- Broken; see https://github.com/rosenpass/rosenpass/issues/62
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build release-package for ${{ matrix.nix-system }}
|
||||
|
||||
Reference in New Issue
Block a user