Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for docker arm builds #516

Closed
PacketCrunch opened this issue Feb 4, 2024 · 2 comments
Closed

Support for docker arm builds #516

PacketCrunch opened this issue Feb 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@PacketCrunch
Copy link
Collaborator

PacketCrunch commented Feb 4, 2024

Is your feature request related to a problem? Please describe.
Current arm docker release is from a old version. Need arm image from latest source.

Describe the solution you'd like
Probably something integrated with gh-actions would be great, similar to what is done for x86_64 builds.

Additional context
It could be useful for many folks using AWS Graviton or OCI Ampere based systems

@PacketCrunch PacketCrunch added the enhancement New feature or request label Feb 4, 2024
@jamroks
Copy link

jamroks commented Mar 8, 2024

Hi this is good feature request, because a lot of people are running their workload on arm based instance nowadays in the cloud or on the edge . please can you provide some instruction ? i wanted to experiment on raspberryPi , and i was surprised by the fact that there is no arm based image , so i couldn't run my test on that hardware .

UltraInstinct14 added a commit that referenced this issue Mar 10, 2024
gh-516 - support for multi-arch docker
UltraInstinct14 added a commit that referenced this issue Mar 10, 2024
gh-516 - gh-actions support for multi-arch docker
@TrekkieCoder
Copy link
Collaborator

Latest docker now supports multi-arch(amd64/arm64) .

$ docker buildx imagetools inspect ghcr.io/loxilb-io/loxilb:latest
Name:      ghcr.io/loxilb-io/loxilb:latest
MediaType: application/vnd.oci.image.index.v1+json
Digest:    sha256:7395ea1fa255f3648100ae8ea142bc6a501517c46fb368cd7e3d177051e7122f
           
Manifests: 
  Name:        ghcr.io/loxilb-io/loxilb:latest@sha256:898894f79bf920314c8d7451d0ea4915eebf04121ba3e5848bf10fea6421aec3
  MediaType:   application/vnd.oci.image.manifest.v1+json
  Platform:    linux/amd64
               
  Name:        ghcr.io/loxilb-io/loxilb:latest@sha256:94808d16637d79fce9755ae981cb75ae180f7c34eb0166837061855d962813c4
  MediaType:   application/vnd.oci.image.manifest.v1+json
  Platform:    linux/arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants