#1966 Adding Github Action for publishing multi-arch docker images #2300
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#1966 Adding Github Action for publishing multi-arch docker images
Github action that triggers docker image build and publish action upon:
Additionally adding YARN_NETWORK_TIMEOUT to Dockerfile with default value set to Yarn's default. This extra argument increases network timeout for arm64 Docker image builds since QEMU emulation tends to be slow.
Addresses #1966
Summary
Currently, no ARM64 images are being published to DockerHub for Prism resulting in AMD64 emulation mode on ARM64 based systems.
Requirements
This Github action expects the following two secrets to be defined on the Github repository in order to push images to DockerHub:
Checklist
Testing Screenshots
Merge/Push to master:
Release Created:
Personal DockerHub build results: