File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,25 @@ jobs:
20
20
include :
21
21
- arch : x86_64
22
22
debarch : amd64
23
+ runson : ubuntu-24.04
23
24
- arch : aarch64
24
25
debarch : arm64
26
+ runson : ubuntu-24.04-arm
25
27
- arch : riscv64
26
28
debarch : riscv64
29
+ runson : ubuntu-24.04
27
30
- arch : loongarch64
28
31
debarch : loong64
29
- runs-on : ubuntu-24.04
32
+ runson : ubuntu-24.04
33
+ runs-on : ${{ matrix.runson }}
30
34
name : Generate ISO for ${{ matrix.variant }} - ${{ matrix.arch }}
31
35
steps :
32
36
- uses : actions/checkout@v4
33
37
- name : Install dependencies
34
38
run : |
35
39
sudo apt update
36
40
sudo apt install -y wget dosfstools arch-install-scripts sudo pacman-package-manager xorriso arch-install-scripts squashfs-tools systemd-container qemu-user-static
41
+ sudo systemctl restart systemd-binfmt
37
42
- name : Build ISO for ${{ matrix.variant }} - ${{ matrix.arch }}
38
43
run : |
39
44
./gen.sh ${{ matrix.variant }} ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments