Add CI workflow 👷
This commit is contained in:
parent
378380675e
commit
80752af316
1 changed files with 17 additions and 0 deletions
17
.github/workflows/build.yml
vendored
Normal file
17
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: Build
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
uses: nixbuild/nixbuild-action/.github/workflows/ci-workflow.yml@v11
|
||||
|
||||
# Secret key will not be available to forks
|
||||
if: github.repository_owner == 'danth'
|
||||
secrets:
|
||||
nixbuild_ssh_key: ${{ secrets.NIXBUILD_SSH_KEY }}
|
||||
|
||||
with:
|
||||
filter_builds: '.system == "x86_64-linux"'
|
||||
label_builds: '"\(.attr)"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue