navicore / teams-notification-resource

for Concourse CI notifications on Microsoft Teams
MIT License
32 stars 33 forks source link

Require image for ARM64 architecture #4

Closed odidev closed 3 years ago

odidev commented 3 years ago

Hi Team,

I am trying to use the teams-notification-resource image on arm64 platform but it seems it is not available for arm64.

I have successfully built the image using the command docker build -t image_name . on the arm64 platform without any changes in the Dockerfile.

I have used Travis-CI to build and push the image for both the platforms.

Commit Link - https://github.com/odidev/teams-notification-resource/commit/4fa7f5feb902e4b6878e347b86ae6884a118882b

Docker Hub Link - https://hub.docker.com/repository/docker/odidev/team-notification-resource

Do you have any plans on releasing arm64 images?

May I know how the amd64 image is getting published on Dockerhub?

If interested, I will raise a PR.

navicore commented 3 years ago

Hi @odidev,

Great - interested in a PR. I have some ARM edge compute projects on the horizon and would be happy to publish an arm64 image to docker hub.

Thanks

navicore commented 3 years ago

navicore/teams-notification-resource:v0.9.3

should be available for both arm and i64