From e50628929168104f2805e5f1ee3e963b692daadf Mon Sep 17 00:00:00 2001 From: Tristan Holaday <40547442+TristanHoladay@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:52:53 -0600 Subject: [PATCH] fix: nightly testing eks config architecture (#452) ## Description Fix the architecture in the config used for the nightly testing bundle. ## Related Issue ![Screenshot from 2024-06-03 08-01-54](https://github.com/defenseunicorns/uds-core/assets/40547442/0bc56f1f-157f-4240-8f85-db93804cd85c) ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed --- tasks/iac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/iac.yaml b/tasks/iac.yaml index c29f8a068..4d6662d04 100644 --- a/tasks/iac.yaml +++ b/tasks/iac.yaml @@ -134,7 +134,7 @@ tasks: - cmd: | cat < .github/bundles/uds-config.yaml options: - architecture: amd6 + architecture: amd64 variables: core: loki_chunks_bucket: ${LOKI_S3_BUCKET}