We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36c4f1 commit 9f71643Copy full SHA for 9f71643
2 files changed
.github/workflows/build.yml
@@ -1,6 +1,10 @@
1
name: Desktop ISO
2
on: push
3
4
+concurrency:
5
+ group: ${{ github.ref }}
6
+ cancel-in-progress: true
7
+
8
jobs:
9
build:
10
runs-on: ubuntu-latest
machines/cachyos-dailylive.conf
@@ -1,3 +1,4 @@
guest_os="linux"
disk_img="cachyos-dailylive/disk.qcow2"
+boot="legacy"
iso="$(realpath "$(find -name "*.iso" | head -n1)")"
0 commit comments