Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow multi-arch manifest-list from
make container
by changing output type to image. Then you can execute command like so to create a multi-arch image ``` BUILDX_PLATFORMS=linux/amd64,linux/arm64 BUILDX_OUTPUT_TYPE=image make container ``` Signed-off-by: Tiger Kaovilai <[email protected]>
- Loading branch information