Skip to content

Fix #1293: build the linux/arm64 in parallel of the linux/amd64#1297

Open
leplatrem wants to merge 2 commits into
mainfrom
1293-linux-arm-parallel
Open

Fix #1293: build the linux/arm64 in parallel of the linux/amd64#1297
leplatrem wants to merge 2 commits into
mainfrom
1293-linux-arm-parallel

Conversation

@leplatrem
Copy link
Copy Markdown
Contributor

@leplatrem leplatrem commented May 13, 2026

Fix #1293

(Done with claude: "build linux/arm64 and linux/amd64 in parallel")

@leplatrem leplatrem requested a review from a team as a code owner May 13, 2026 15:58
@leplatrem leplatrem added the docker Pull requests that update Docker code label May 13, 2026
GAR_IMAGE_NAME: remote-settings
runs-on: ubuntu-latest
strategy:
fail-fast: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can probably be true? If one fails we don't need to keep going.

runs-on: ubuntu-latest
environment: build
steps:
- name: Download digests
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you seen this yet? If you have, was there a reason you were avoiding it?
https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
That feels a little easier to wrap my head around

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it supports auth via Workload Identity Federation, I need to see what workaround
And that our org allows this action too

Copy link
Copy Markdown
Contributor

@alexcottner alexcottner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think using the docker/github-builder build action could make this easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Building linux/arm64 containers is slow

2 participants