Skip to content

Commit 68bb7a5

Browse files
Use ubuntu-latest for Debusine image builds
The Debusine builder images only package workflow tooling; package compilation happens remotely in Debusine, so the image publishing workflow should not be pinned to arm64 runners. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2a980f2 commit 68bb7a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/qcom-debusine-container-build-and-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Debusine Container Build And Upload
22
description: |
33
Builds and uploads to GHCR the Debian builder images used by the Debusine-based
4-
reusable workflows. Images are built natively on an arm64 runner and published
4+
reusable workflows. Images are built on standard GitHub-hosted runners and published
55
on push, scheduled runs, and manual dispatches.
66
77
on:
@@ -35,9 +35,9 @@ env:
3535
IMAGE_NAME: debusine-pkg-builder
3636

3737
jobs:
38-
build-debian-arm64:
38+
build-debian:
3939
name: Build ${{ matrix.suite }} image
40-
runs-on: ubuntu-24.04-arm
40+
runs-on: ubuntu-latest
4141
strategy:
4242
fail-fast: false
4343
matrix:

0 commit comments

Comments
 (0)