This commit is contained in:
commit
0831a48e01
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/build.yaml
Normal file
12
.forgejo/workflows/build.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: Build Arch ISO
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
jobs:
|
||||||
|
build-iso:
|
||||||
|
runs-on: archlinux
|
||||||
|
container:
|
||||||
|
image: archlinux:latest
|
||||||
|
steps:
|
||||||
|
- name: Get release information
|
||||||
|
run: cat /etc/os-release
|
||||||
Loading…
Add table
Add a link
Reference in a new issue