Skip to content

Commit

Permalink
build: add multi-arch OCI build script
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Aug 30, 2023
1 parent bdfba98 commit e2683dd
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 189 deletions.
21 changes: 21 additions & 0 deletions .github/actions/install-nix/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: install Nix

inputs:
cachixAuthToken:
description: auth token for https://app.cachix.org/cache/rvolosatovs

runs:
using: composite
steps:
- uses: DeterminateSystems/nix-installer-action@v4
with:
extra-conf: |
accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@v2

- uses: cachix/cachix-action@v12
continue-on-error: true
with:
name: rvolosatovs
authToken: '${{ inputs.cachixAuthToken }}'
Loading

0 comments on commit e2683dd

Please sign in to comment.