Skip to content

Commit

Permalink
try stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jun 7, 2023
1 parent 431465f commit ae506f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/containers/buildah:v1.21.0
- image: quay.io/containers/buildah:v1.30.0
command:
- hack/build-image.sh
env:
Expand Down
2 changes: 0 additions & 2 deletions hack/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ fi
image="$repository:$version"
echo "Building container image $image ..."

export DOCKER_BUILDKIT=1

# build image for all architectures
for arch in $architectures; do
fullTag="$image-$arch"
Expand Down

0 comments on commit ae506f5

Please sign in to comment.