Skip to content

Commit

Permalink
ci: hardcode docker container build image (#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 authored Nov 4, 2024
1 parent 287cce8 commit 7b188cc
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 @@ -300,7 +300,7 @@ container-buildah: # util target to build container images using buildah. do not
buildah push $(IMAGE_REGISTRY)/$(IMAGE):$(TAG)

container-docker: # util target to build container images using docker buildx. do not invoke directly.
docker buildx create --use --platform $(PLATFORM)
docker buildx create --use --driver-opt image=mcr.microsoft.com/oss/v2/moby/buildkit:v0.16.0-2 --platform $(PLATFORM)
docker buildx build \
$(BUILDX_ACTION) \
--build-arg ARCH=$(ARCH) \
Expand Down

0 comments on commit 7b188cc

Please sign in to comment.