redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
137 stars 35 forks source link

Skip manifest creation if only one arch or platform is provided #87

Closed divyansh42 closed 2 years ago

divyansh42 commented 2 years ago

Presently manifest is created if input archs or platform is provided even if these inputs contain only one value. We should skip manifest creation if only one arch or platform is provided.