Test the multi-arch workflow on the release app #1433
Merged
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.
What?
This swaps the used GH Workflow to the multi-arch one so we can start building ARM64-based images.
Why?
ARM is the future and we'd like to start testing it. Release seems like a "low impact" app that we can safely test changes like this before rolling out a wider test.
(I'm unsure of how useful this particular app will be to test, however, as I'm not convinced that it works properly outside of Production!)
How?
Once this is merged, we should start seeing Docker images for both AMD64 and ARM64 architecture systems - Docker is smart enough to automatically pull the correct architecture image for the system that is requesting it.
Once we have a few apps built for testing, we can begin small scale tests on Integration with Graviton "tainted" Nodes and see what happens.