X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fcontainers%2Fbuildah-common;h=ca344a35bdef3a765d849417e327fb61b1ede915;hb=e0bf37ff724180bc25f979ae331148cdb8ebe395;hp=f6dddcf7cd5c6e80ed5ba1abc0fc3e297a35e5cc;hpb=959b235c0d90c290f5bc78753156ca6bf14740cc;p=lgpl%2Fargeo-commons.git diff --git a/dist/containers/buildah-common b/dist/containers/buildah-common index f6dddcf7c..ca344a35b 100755 --- a/dist/containers/buildah-common +++ b/dist/containers/buildah-common @@ -24,3 +24,7 @@ buildah config --label io.openshift.tags= $container buildah config --label vcs-ref= $container buildah config --label vcs-type= $container buildah config --label summary= $container + +# To create a multi-arch manifest +#buildah manifest create argeo/argeo2-java:latest docker://argeo/argeo2-java:x86_64 docker://argeo/argeo2-java:aarch64 +#buildah manifest push argeo/argeo2-java:latest docker://argeo/argeo2-java:latest