Skip to content

Commit 9aa86db

Browse files
committed
Fix pre_build
1 parent fb707d4 commit 9aa86db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hooks/pre_build

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/bin/bash
22

33
# 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
4+
docker run --rm --privileged multiarch/qemu-user-static:register --reset

0 commit comments

Comments
 (0)