Skip to content

Commit fb22c85

Browse files
committed
test build on arm64
1 parent 5416447 commit fb22c85

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/build-all.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
compression: zip
2121
compression-level: 6
2222
custom-hostname: picompose
23-
runs-on: ubuntu-24.04
2423

2524
# 2MICHAT-v1
2625
build-2michat:

.github/workflows/build-image-template.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ on:
2626
type: string
2727
default: "picompose"
2828
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"
3429
enable-rpi-imager-snippet:
3530
required: false
3631
type: boolean
@@ -39,7 +34,7 @@ on:
3934

4035
jobs:
4136
build:
42-
runs-on: ${{ inputs.runs-on }}
37+
runs-on: ubuntu-24.04-arm
4338

4439
steps:
4540
- name: Checkout Repository

0 commit comments

Comments
 (0)