Skip to content

Commit

Permalink
Adding aarch64-linux architecture support
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGuilloux committed Oct 24, 2024
1 parent 27fb006 commit 7753f61
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
- 'aarch64-linux'
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y qemu-user-static

- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
system = ${{ matrix.arch }}
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Building tarball for ${{ matrix.arch }}
Expand All @@ -24,4 +30,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: nixos-system-${{ matrix.arch }}.tar.xz
path: result/tarball/nixos-system-${{ matrix.arch }}.tar.xz
path: result/tarball/nixos-system-${{ matrix.arch }}.tar.xz

0 comments on commit 7753f61

Please sign in to comment.