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

Update gh workflows for multi arch build #612

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

Eshanatnight
Copy link
Contributor

Fixes #163

Description

Add support to build images for linux/arm64, linux/amd64

Update to the
- .github/workflows/build-push-edge-debug.yaml
- .github/workflows/build-push-edge.yaml
workflow to build multi-arch images for the edge-debug and edge tags respectively.

From the Docker documentation:

QEMU and Docker Buildx needed to be setup in the workflow to build multi-arch images.

The documentation suggests using the docker/build-push-action@v5 action to build multi-arch images. So I updated the same.


This PR has:

  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.

  • Is able to build multi-arch images for the edge-debug and edge tags respectively, tested manually

Copy link
Contributor

github-actions bot commented Jan 10, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@Eshanatnight
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

nitisht added a commit to parseablehq/.github that referenced this pull request Jan 10, 2024
@nitisht nitisht merged commit 92fe4af into parseablehq:main Jan 10, 2024
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for multi-arch Docker images
2 participants