⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

BLO-4373-enable-multi-arch-builds-for-gitops-action#121

Open
kaitimmer wants to merge 2 commits intomainfrom
BLO-4373-enable-multi-arch-builds-for-gitops-action
Open

BLO-4373-enable-multi-arch-builds-for-gitops-action#121
kaitimmer wants to merge 2 commits intomainfrom
BLO-4373-enable-multi-arch-builds-for-gitops-action

Conversation

@kaitimmer
Copy link
Contributor

@kaitimmer kaitimmer commented Feb 3, 2026

Type of Change

  • Bugfix
  • Enhancement / new feature
  • Refactoring
  • Documentation

Description

  • Allows to provide a docker-build-platforms setting (can be 'linux/amd64, linux/arm64')
  • Checks if the runner is matching the target architecture. If not, it stops the run because emulation is to slow (see: https://github.com/Staffbase/apperator/actions/runs/21686504932)
  • It also fixes the retagging step, which was not able to deal with multi-arch images before (used in backend by jib).

Checklist

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Review the Contributing Guideline and sign CLA
  • Reference relevant issue(s) and close them after merging

@kaitimmer kaitimmer marked this pull request as ready for review February 3, 2026 15:53
@kaitimmer kaitimmer requested review from a team as code owners February 3, 2026 15:53
@kaitimmer kaitimmer requested a review from ricoberger February 4, 2026 20:37
@kaitimmer kaitimmer force-pushed the BLO-4373-enable-multi-arch-builds-for-gitops-action branch from 66e9bf2 to 34b9057 Compare February 4, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants