feat(ci): Add testing CI
This commit is contained in:
parent
7eea23921d
commit
ffb3baf714
17
.gitea/workflows/builder.yaml
Normal file
17
.gitea/workflows/builder.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Image builder
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [released]
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
container:
|
||||||
|
image: git.halis.io/runner-images:debian12.1-node18
|
||||||
|
runs-on: [arm64]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Check content
|
||||||
|
run: ls
|
Loading…
Reference in New Issue
Block a user