Skip to content

Commit cbc4c0c

Browse files
author
Peter Grant
committed
use tar output for build func
Signed-off-by: Peter Grant <[email protected]>
1 parent 41662b8 commit cbc4c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_funcs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ build_container_dockerfile_arch() {
107107
buildx_container_windows_version(){
108108
mkdir -p "build/windows/$WIN_ARCH/$VERSION"
109109
docker buildx build --pull \
110-
--output=type=tar,dest=build/windows/$WIN_ARCH/$VERSION/sonobuoy-img-win-$WIN_ARCH-$VERSION-$GITHUB_RUN_ID.tar \
110+
--output=type=docker,dest=build/windows/$WIN_ARCH/$VERSION/sonobuoy-img-win-$WIN_ARCH-$VERSION-$GITHUB_RUN_ID.tar \
111111
--platform windows/amd64 \
112112
-t $REGISTRY/$TARGET:win-$WIN_ARCH-$VERSION-$IMAGE_VERSION \
113113
--build-arg VERSION=$1 \

0 commit comments

Comments
 (0)