From 0e8e720dc7457d833db6297d1c3854e29e64f24e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:17:30 +0200 Subject: [PATCH] feat: build rolling image on native arm64 runners MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch the rolling build from the emulated docker-build.yml to the new docker-build-native.yml reusable workflow, which builds each architecture on a native runner (arm64 on ubuntu-24.04-arm) instead of under QEMU. arm64 is now also Trivy-scanned and smoke-tested for the first time. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .github/workflows/rolling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index a298d54..e4c3ff5 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -31,7 +31,7 @@ jobs: build: needs: prepare - uses: owncloud-docker/ubuntu/.github/workflows/docker-build.yml@master + uses: owncloud-docker/ubuntu/.github/workflows/docker-build-native.yml@master with: docker-repo-name: owncloud/ocis-rolling docker-tag: latest