Compare commits
2 Commits
abfc978a51
...
c8c5de288f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8c5de288f
|
||
|
|
c450f29437
|
18
.gitea/workflows/build-images.yml
Normal file
18
.gitea/workflows/build-images.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: Build Images
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: nixos-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
- name: Build Image
|
||||||
|
run: nix build .#dockerImages.aarch64-linux.node
|
||||||
@@ -15,4 +15,4 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
run: nix flake check
|
run: nix flake check --all-systems
|
||||||
|
|||||||
Reference in New Issue
Block a user