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:
Karolin Varner
2023-05-22 23:01:18 +02:00
committed by Karolin Varner
parent 0b1a00a32e
commit e12cd18a42
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}