Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: docker multi arch images #13

Merged
merged 2 commits into from
Jul 12, 2023
Merged

Commits on Jun 28, 2023

  1. Build docker multi arch images

    cheyer committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    167630c View commit details
    Browse the repository at this point in the history
  2. Setup docker buildx in create release workflow

    Following the docker guide on buildling images for multiple architectures,
    we need to setup buildx first. The blog article mentions a custom github action
    that is no longer maintaned. However, it references official docker github
    actions that are we can use to setup buildx.
    
    References
    - Docker guide: https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/
    - GH Action Custom Setup Buildx: https://github.com/crazy-max/ghaction-docker-buildx
    - GH Action Qemu: https://github.com/docker/setup-qemu-action
    - GH Action Buildx: https://github.com/docker/setup-buildx-action
    cheyer committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    171378d View commit details
    Browse the repository at this point in the history