Skip to content

Commit

Permalink
Merge pull request #1 from freifunk-darmstadt/nixos-24.05
Browse files Browse the repository at this point in the history
update to nixos-24.05
  • Loading branch information
herbetom authored Jul 2, 2024
2 parents 7dc65b1 + 965378f commit 6d6b961
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-iso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
attrPath: config.system.build.isoImage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-23.11
nix_path: nixpkgs=channel:nixos-24.05
extra_nix_config: |
system-features = aarch64-linux arm-linux
- run: |
DEBIAN_FRONTEND=noninteractive
sudo apt-get update -q -y && sudo apt-get install -q -y tree qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
- run: nix-build '<nixpkgs/nixos>' -A ${{ matrix.attrPath }} -I nixos-config=${{ matrix.type }}.nix --argstr system ${{ matrix.plattform }}
- run: tree result
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.plattform }}-${{ matrix.type }}
path: result/${{ matrix.type }}/
Expand All @@ -44,11 +44,11 @@ jobs:
contents: write
steps:
- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Display structure of artifacts
run: ls -R
- name: Create Release & Upload Release Assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
# Note: If there is no release name specified, releases created in
# the GitHub UI do not trigger a failure and are modified instead.
Expand Down

0 comments on commit 6d6b961

Please sign in to comment.