Skip to content

Commit d1c6568

Browse files
fix (reproducibility): add --network=host to verify script to fix podman issue
1 parent f5b09d2 commit d1c6568

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

reproducibility/verify_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ buildFormat="apk"
283283

284284
cd "$REPO_ROOT"
285285
$CONTAINER_CMD build \
286+
--network=host \
286287
--build-arg VERSION="v${appVersion}" \
287288
--build-arg MODE=release \
288289
--build-arg FORMAT="$buildFormat" \

0 commit comments

Comments
 (0)