Open lukemarsden opened 1 year ago
currently we're pushing different architectures to different tags, we should instead use docker manifest to combine them proper like
docker manifest
https://stackoverflow.com/questions/66337210/is-it-possible-to-push-docker-images-for-different-architectures-separately
fixed in https://github.com/bacalhau-project/lilypad/commit/5a0f7805b532c6adb246d428e791a87f583f32b1
currently we're pushing different architectures to different tags, we should instead use
docker manifest
to combine them proper likehttps://stackoverflow.com/questions/66337210/is-it-possible-to-push-docker-images-for-different-architectures-separately