You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
AJK Town has been building its image on an arm64 machine and has manually pushed it to the registry. However, we have realized through the our implementation of pipeline that the images built do not support arm64. Our main server uses arm64, so this needs to be fixed.
What did you expect to happen?
Do either of the following:
Make the server use the non-arm64 based machine
Make the pipeline build arm64 images sucessfully
How can we reproduce it (as minimally and precisely as possible)?
Run a pipeline
Restart production deployment
Watch a newly created pod fails due to non-arm64 images
TODOs
- [ ] Implement a pipeline so that images can be easily modified
The text was updated successfully, but these errors were encountered:
Background
AJK Town has been building its image on an arm64 machine and has manually pushed it to the registry. However, we have realized through the our implementation of pipeline that the images built do not support arm64. Our main server uses arm64, so this needs to be fixed.
What did you expect to happen?
Do either of the following:
How can we reproduce it (as minimally and precisely as possible)?
TODOs
The text was updated successfully, but these errors were encountered: