Skip to content

Commit

Permalink
fix workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
quinneden committed Jan 3, 2025
1 parent 73ce747 commit 9ef38c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v?[0-9]+.[0-9]+.[0-9]+*"
branches:
- github-action
workflow_dispatch:

jobs:
Expand All @@ -21,9 +23,9 @@ jobs:
platforms: arm64
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
github-token: '${{ github.token }}'
extra-conf: "extra-platforms = aarch64-linux"
with:
github-token: '${{ github.token }}'
extra-conf: "extra-platforms = aarch64-linux"
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
Expand Down

0 comments on commit 9ef38c0

Please sign in to comment.