We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb707d4 commit 9aa86dbCopy full SHA for 9aa86db
hooks/pre_build
@@ -1,7 +1,4 @@
1
#!/bin/bash
2
3
# Register qemu-*-static for all supported processors except the current one, but also remove all registered binfmt_misc before
4
-docker run --rm --privileged multiarch/qemu-user-static:register --reset
5
-
6
-# Modify the docker build command to include --sbom and --provenance
7
-sed -i 's/docker build/docker build --sbom=true --provenance=true/' ./.dockerhub-build/build.sh
+docker run --rm --privileged multiarch/qemu-user-static:register --reset
0 commit comments