Skip to content

Commit 8354595

Browse files
authored
Update devel.yml
1 parent bd5a448 commit 8354595

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/devel.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111
- target: amd64
1212
runs-on: buildjet-4vcpu-ubuntu-2204
1313
type: iso
14-
- target: arm64
15-
runs-on: buildjet-4vcpu-ubuntu-2204-arm
16-
type: iso
17-
- target: pine
18-
runs-on: buildjet-4vcpu-ubuntu-2204-arm
19-
type: tarball
20-
ref: pinephone
21-
- target: rpi
22-
runs-on: buildjet-4vcpu-ubuntu-2204-arm
23-
type: tarball
24-
ref: rpi
25-
- target: tab
26-
runs-on: buildjet-4vcpu-ubuntu-2204-arm
27-
type: tarball
28-
ref: pinetab
14+
# - target: arm64
15+
# runs-on: buildjet-4vcpu-ubuntu-2204-arm
16+
# type: iso
17+
# - target: pine
18+
# runs-on: buildjet-4vcpu-ubuntu-2204-arm
19+
# type: tarball
20+
# ref: pinephone
21+
# - target: rpi
22+
# runs-on: buildjet-4vcpu-ubuntu-2204-arm
23+
# type: tarball
24+
# ref: rpi
25+
# - target: tab
26+
# runs-on: buildjet-4vcpu-ubuntu-2204-arm
27+
# type: tarball
28+
# ref: pinetab
2929
runs-on: ${{ matrix.runs-on }}
3030
container:
3131
image: "ubuntu:latest"

0 commit comments

Comments
 (0)