Skip to content

Commit

Permalink
use tar output for build func
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Grant <pegrant@vmware.com>
  • Loading branch information
Peter Grant committed Oct 18, 2023
1 parent 4dcf90f commit 41662b8
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=oci,dest=build/windows/$WIN_ARCH/$VERSION/sonobuoy-img-win-$WIN_ARCH-$VERSION-$GITHUB_RUN_ID.tar \
--output=type=tar,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 41662b8

Please sign in to comment.