Skip to content

Commit a0bbd1f

Browse files
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
1 parent 434844b commit a0bbd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/iac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tasks:
134134
- cmd: |
135135
cat <<EOF> .github/bundles/uds-config.yaml
136136
options:
137-
architecture: amd6
137+
architecture: amd64
138138
variables:
139139
core:
140140
loki_chunks_bucket: ${LOKI_S3_BUCKET}

0 commit comments

Comments
 (0)