Skip to content

Commit

Permalink
Modified: .github/workflows/build-and-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
quinneden committed Jan 5, 2025
1 parent 5219e0f commit 845600d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:

jobs:
build-and-release:
runs-on: self-hosted
runs-on:
labels: oc-runner
permissions:
id-token: "write"
contents: "read"
Expand All @@ -29,4 +30,4 @@ jobs:
use-flakehub: false
diagnostic-endpoint: ""
- name: Build package
run: nix build -L .#packages.aarch64-linux.installerPackage
run: nix build -L .#packages.aarch64-linux.installerPackage

0 comments on commit 845600d

Please sign in to comment.