add build images workflow
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user