Skip to content

Commit

Permalink
Merge pull request #1940 from vmware-tanzu/windows-out-tar
Browse files Browse the repository at this point in the history
use tar output for build func
  • Loading branch information
franknstyle authored Oct 19, 2023
2 parents 41662b8 + cbc4c0c commit e6a4db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ build_container_dockerfile_arch() {
buildx_container_windows_version(){
mkdir -p "build/windows/$WIN_ARCH/$VERSION"
docker buildx build --pull \
--output=type=tar,dest=build/windows/$WIN_ARCH/$VERSION/sonobuoy-img-win-$WIN_ARCH-$VERSION-$GITHUB_RUN_ID.tar \
--output=type=docker,dest=build/windows/$WIN_ARCH/$VERSION/sonobuoy-img-win-$WIN_ARCH-$VERSION-$GITHUB_RUN_ID.tar \
--platform windows/amd64 \
-t $REGISTRY/$TARGET:win-$WIN_ARCH-$VERSION-$IMAGE_VERSION \
--build-arg VERSION=$1 \
Expand Down

0 comments on commit e6a4db9

Please sign in to comment.