mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #268] Support multi-platform images #764
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#764
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brokeyourbike on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/268
Right now only
linux/amd64architecture is supported, but image can be build for a variety of architectures.I believe only a simple change to the GitHub workflow based on this guide is required. I will do y best to create a PR, although I am not an expert
@sruehl commented on GitHub (Oct 18, 2022):
stumbled over the same: there is also a blog post for that https://www.docker.com/blog/multi-arch-images/
@sruehl commented on GitHub (Oct 19, 2022):
as a addon: here is a guide for setup in github actions: https://github.com/docker/build-push-action/blob/master/docs/advanced/multi-platform.md