From 0f0f206e6d53175392ea11d50a90ad08fb5b44e7 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 21 Sep 2025 15:07:23 -0400 Subject: [PATCH] Try building the base image for arm --- .gitlab-ci.yml | 2 +- recipes/base.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a40f518..6ee721f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,7 @@ base-images: - base-kinoite-nvidia.yml BB_BUILD_PUSH: 'true' BB_BUILD_RECHUNK: 'true' + TAG: 340-feat-multiarch legacy-build-images: extends: @@ -90,4 +91,3 @@ build-images: - jp-desktop-nvidia.yml - jp-laptop.yml BB_BUILD_PUSH: 'true' - TAG: 340-feat-multiarch diff --git a/recipes/base.yml b/recipes/base.yml index d97a2ba..9e980f4 100644 --- a/recipes/base.yml +++ b/recipes/base.yml @@ -4,6 +4,9 @@ name: cosmic base-image: quay.io/fedora-ostree-desktops/base-atomic image-version: 42 description: The base image of Wunker OS +platforms: + - linux/amd64 + - linux/arm64 modules: - from-file: base/common.yml - type: os-release