hibiken / asynqmon

Web UI for Asynq task queue
MIT License
644 stars 143 forks source link

Build image for `linux/arm64` #269

Closed brokeyourbike closed 1 year ago

brokeyourbike commented 2 years ago

fixes #268

brokeyourbike commented 2 years ago

@hibiken can you please take a look if this is good enough?

sruehl commented 1 year ago

@brokeyourbike one note: I think that needs to be adjusted too, right? ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64 https://github.com/hibiken/asynqmon/blob/master/Dockerfile#L42