Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: assortment of updates to fix build on darwin and in CI #401

Merged
merged 13 commits into from
Dec 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci: add build-configs.yml
  • Loading branch information
flexiondotorg committed Dec 7, 2024
commit e3f69c8ad4668895665302ef3c8cbb3cc6dbc953
28 changes: 28 additions & 0 deletions .github/workflows/build-configs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build 🏗️ and Publish 📀

on:
workflow_dispatch:
push:
branches:
- main
tags: ['*']

jobs:
build-linux-configs:
runs-on: ubuntu-22.04
strategy:
matrix:
host: [revan, malak]
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
with:
determinate: true
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Building 👷 ${{ matrix.host }} 🐧
run: |
nix build .#nixosConfigurations.${{ matrix.host }}.config.system.build.isoImage -L
nix run nixpkgs#home-manager -- build --flake .#martin@${{ matrix.host }} -L