Use dynamic platform selection for docker builds in ecs and k8s#554
Merged
Use dynamic platform selection for docker builds in ecs and k8s#554
Conversation
- chore(ci): upgrade GitHub Actions versions in run.unit-tests.yml and run.e2e-tests.yml workflows - chore(ci): upgrade GitHub Actions versions in release-prod.build-and-publish.yml and release-dev workflows - chore(terraform): bump AWS provider version constraint to ~> 4.0 in multiple example environments - chore(terraform): bump modules versions in bastion-tunnel-monorepo environment - test(terraform): add test for terraform version 1.14.0 in e2e tests - refactor(ecs): add getPlatform() method to determine Docker build platform with fallback to env var and default - refactor(ecs): replace direct platform assignment with getPlatform() usage in build and push steps - chore(config): remove deprecated K8s struct from internal config as Kubernetes manager is deleted - refactor(manager/k8s): delete entire Kubernetes deployment manager implementation as it is no longer used
2650c1d to
f117782
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes