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

Use setup-qemu-action to build multi-arch images #723

Conversation

jongwooo
Copy link
Collaborator

@jongwooo jongwooo commented Oct 11, 2022

Signed-off-by: jongwooo han980817@gmail.com
Pull request: #675
Issue: #722

Description

I added docker/setup-qemu-action in workflow to build multi-arch images. And I reverted jdk base image to apply multi-arch build.

Supported Platforms

  • linux/amd64

Platforms to be supported

  • linux/arm64/v8
  • linux/arm/v7
  • linux/ppc64le
  • linux/s390x
  • linux/amd64

What is a Multi-architecture image?

A multi-arch image is a type of container image that may combine variants for different architectures, and sometimes for different operating systems. When running an image with multi-architecture support, container clients will automatically select an image variant that matches your OS and architecture.

References

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@jongwooo jongwooo force-pushed the chore/use-setup-qemu-action-to-build-multi-arch-images branch from e7158d5 to 964d11b Compare October 11, 2022 12:43
Signed-off-by: jongwooo <han980817@gmail.com>
@jongwooo jongwooo force-pushed the chore/use-setup-qemu-action-to-build-multi-arch-images branch from 964d11b to e812b72 Compare October 11, 2022 12:57
Signed-off-by: jongwooo <han980817@gmail.com>
@jongwooo jongwooo force-pushed the chore/use-setup-qemu-action-to-build-multi-arch-images branch from e812b72 to d92bdad Compare October 11, 2022 12:58
@jongwooo jongwooo changed the title Use setup-qemu-action to build multi arch images Use setup-qemu-action to build multi-arch images Oct 11, 2022
@soimkim soimkim added the improvement [PR/Issue] Improvements label Oct 12, 2022
@soimkim soimkim linked an issue Oct 12, 2022 that may be closed by this pull request
@soimkim soimkim merged commit 7e8b7d1 into fosslight:develop Oct 12, 2022
@jongwooo jongwooo deleted the chore/use-setup-qemu-action-to-build-multi-arch-images branch October 12, 2022 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement [PR/Issue] Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build Multi-Architecture Images
2 participants