Skip to content

flake: bump purse-first to 6e671d4 (dewey-facade-export working-dir fix) #160

flake: bump purse-first to 6e671d4 (dewey-facade-export working-dir fix)

flake: bump purse-first to 6e671d4 (dewey-facade-export working-dir fix) #160

Workflow file for this run

name: Build and publish to FlakeHub
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
include:
- os: ubuntu-22.04
system: x86_64-linux
- os: macos-15
system: aarch64-darwin
runs-on: ${{ matrix.os }}
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
determinate: true
- uses: DeterminateSystems/flakehub-cache-action@main
- run: nix develop ./go -c just
flakehub-publish:
if: github.ref == 'refs/heads/master'
needs: build
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
determinate: true
- uses: DeterminateSystems/flakehub-push@main
with:
name: "amarbel-llc/chrest"
rolling: true
visibility: "public"
include-output-paths: true
directory: ./go