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

Require image for ARM64 architecture #90

Open
odidev opened this issue Dec 15, 2020 · 1 comment
Open

Require image for ARM64 architecture #90

odidev opened this issue Dec 15, 2020 · 1 comment

Comments

@odidev
Copy link

odidev commented Dec 15, 2020

Hi Team,

I am trying to use slack-notification-resource on ARM64 architecture but it seems ARM64 tag is not available in Docker Hub for the same.

I have successfully built the arm64 image using command docker build -t image_name . in my ARM64 local machine.

I have added below changes in MAKEFILE:
1. I have used buildx to build and push the image for both platforms.
2. Added install tag to install buildx binary and created a new builder and switched to it.

Commit:
odidev@d1ffe2c

I have added the above changes and uploaded this image to my account using make VERSION=x.y.z release command.

ARM64 Image: https://hub.docker.com/repository/docker/odidev/slack-notification-resource

It will be very helpful if the image is released with ARM64 support. If interested, I will raise a PR with the above changes.

@jhunt
Copy link
Contributor

jhunt commented Dec 15, 2020 via email

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

No branches or pull requests

2 participants