Skip to content

create linux-arm64 docker image#7

Merged
lbec-octopus merged 1 commit into
mainfrom
lindsay/create-linux-arm64-binary
Jun 23, 2026
Merged

create linux-arm64 docker image#7
lbec-octopus merged 1 commit into
mainfrom
lindsay/create-linux-arm64-binary

Conversation

@lbec-octopus

Copy link
Copy Markdown
Contributor

This creates a new binary for linux-arm64 and it also changes the docker image that is being built to use the linux-arm64 binary.

uses: docker/build-push-action@v7
with:
context: .
platforms: linux/arm64

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This looks like we're swapping the x64 container for an arm one.
The container exists for your team, so if that's what you need, then LGTM, but naively I would have thought we'd still want an x64 container? The rest of nautilus/etc is not arm-based, is it?

Alternative: Should we build a multiplatform image here instead?

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.

This will run in binnacle which has linux-arm64 nodes. This should be the only container we want right now but if that changes, I will update this to be a multiarch container later.

@lbec-octopus lbec-octopus merged commit f81e3e7 into main Jun 23, 2026
5 checks passed
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