Commit 8a156c9
authored
Use architecture suffix for all tags that are built (#561)
# Summary
Previously our `build_test_image_arm` task built not only `-arm64`
suffixed task, but also the normal one. This overwritten the default
amd64 image tag with arm64 tag and made some other tests fails.
<img width="685" height="211" alt="Screenshot 2025-10-29 at 13 31 39"
src="https://github.com/user-attachments/assets/82fd166b-b28f-4d1f-94a8-151cbd0863cc"
/>
## Proof of Work
[Building](https://spruce.mongodb.com/version/69020a21047bfd0007b3897b/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC)
arm64 now publishes all tags suffixed with `-arm64` and we have separate
tag for regular amd64 (no suffix).
<img width="690" height="245" alt="Screenshot 2025-10-29 at 13 54 41"
src="https://github.com/user-attachments/assets/4c6b6a73-fe23-43a7-b8c1-4154d1e3ff50"
/>
## Checklist
- [x] Have you linked a jira ticket and/or is the ticket in the title?
- [x] Have you checked whether your jira ticket required DOCSP changes?
- [x] Have you added changelog file?
- use `skip-changelog` label if not needed
- refer to [Changelog files and Release
Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes)
section in CONTRIBUTING.md for more details1 parent 0af0efd commit 8a156c9
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
86 | | - | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
0 commit comments