Skip to content

Commit

Permalink
gha: matrix for linux nixos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschrstnsn committed Jul 1, 2023
1 parent d3047ab commit 1ff53c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/x64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ on:
pull_request:
push:
jobs:
tests:
build-configuration:
runs-on: ubuntu-latest
strategy:
matrix:
configuration: [ PC04236.nixos, Atlas.nixos, aero-nix.thomas ]
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
Expand All @@ -15,4 +18,4 @@ jobs:
name: mycache
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: ./build.sh home aero-nix.thomas
- run: ./build.sh nixos '${{ matrix.configuration }}'

0 comments on commit 1ff53c6

Please sign in to comment.