Skip to content

Commit

Permalink
Makefile: don't try to use centos builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz authored and askervin committed Sep 5, 2024
1 parent a1cd7ac commit c064c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ cross-tar cross-tarball: dist docker/cross-build/fedora
-v $$(pwd)/$$builddir:/build \
-v $$(pwd)/$$outdir:/output \
-v "`go env GOMODCACHE`:/home/$$USER/go/pkg/mod" \
centos-7-build /bin/bash -c '$(DOCKER_TAR_BUILD)' && \
fedora-build /bin/bash -c '$(DOCKER_TAR_BUILD)' && \
rm -fr $$builddir && \
install -D -m644 -t $(PACKAGES_DIR)/release-assets $$outdir/cri-resource-manager-$(TAR_VERSION).x86_64.tar.gz

Expand Down

0 comments on commit c064c6c

Please sign in to comment.