stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Update GH action to support multi-architecture for OpenShift #559

Closed Maleware closed 6 months ago

Maleware commented 7 months ago

For this we need to do:

- [x] Update script `check container` to respect the architecture flag ( `--platform linux/amd64` / `--platform linux/arm64` ): https://github.com/stackabletech/image-tools/pull/12
- [x] Update the GH action accordingly: https://github.com/stackabletech/docker-images/pull/626
- [ ] Do the same for operators: https://github.com/stackabletech/operator-templating/pull/358