We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5416447 commit fb22c85Copy full SHA for fb22c85
.github/workflows/build-all.yml
@@ -20,7 +20,6 @@ jobs:
20
compression: zip
21
compression-level: 6
22
custom-hostname: picompose
23
- runs-on: ubuntu-24.04
24
25
# 2MICHAT-v1
26
build-2michat:
.github/workflows/build-image-template.yml
@@ -26,11 +26,6 @@ on:
type: string
27
default: "picompose"
28
description: "Host name of the image"
29
- runs-on:
30
- required: false
31
- type: string
32
- default: "ubuntu-latest"
33
- description: "Specify on which hardware to run the build"
34
enable-rpi-imager-snippet:
35
required: false
36
type: boolean
@@ -39,7 +34,7 @@ on:
39
40
jobs:
41
build:
42
- runs-on: ${{ inputs.runs-on }}
37
+ runs-on: ubuntu-24.04-arm
43
38
44
steps:
45
- name: Checkout Repository
0 commit comments