hibiken / asynqmon

Web UI for Asynq task queue
MIT License
605 stars 132 forks source link

feat: add arm64 support #291

Open sruehl opened 1 year ago

sruehl commented 1 year ago

This PR adds arm64 images to dockerhub

https://github.com/hibiken/asynqmon/issues/292

sruehl commented 1 year ago

One note here: the second commit removes the GOOS=linux GOARCH=amd64 as otherwise this won't work.

sruehl commented 1 year ago

I put it on draft as this needs to be tested in this repo.

sruehl commented 1 year ago

similar to https://github.com/hibiken/asynqmon/pull/269 + fixed ENV in Dockerfile

sruehl commented 11 months ago

@hibiken are you able to test this somehow?