moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
54 stars 19 forks source link

Publish releases and Docker images for arm64 #159

Open errorhandler opened 1 year ago

errorhandler commented 1 year ago

Currently releases and docker images are only for amd64. Building the Docker image manually on arm64 works perfectly fine but it would be great if the official releases build for arm64.

adamdecaf commented 1 year ago

Agreed. Right now we're blocked on Github offering ARM64 runners that can make these images without emulation. There is an open issue tracking this support, but it's been slow going. Once those runners are available I plan to release ARM64 images.

Internally at Moov we're having developers use the amd64 images without much trouble. We had trouble when running 20+ images under emulation though.

adamdecaf commented 8 months ago

https://github.com/actions/runner-images/issues/9255