Lev Petrushchak

Results 1 issues of Lev Petrushchak

Hello, Is there any way to sign a multi architectural image built by buildx? The build is running like this: `docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE}:${VERSION} --push .` To...