We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 542b690 + dada4b4 commit a97a0c1Copy full SHA for a97a0c1
Makefile
@@ -112,7 +112,6 @@ e2e-container:
112
docker buildx rm container-builder || true
113
docker buildx create --use --name=container-builder
114
ifdef TEST_WINDOWS
115
- az acr login --name $(REGISTRY_NAME)
116
docker buildx build --no-cache --build-arg LDFLAGS=$(LDFLAGS) -t $(IMAGE_TAG)-linux-amd64 -f docker/Dockerfile --platform="linux/amd64" --push .
117
docker buildx build --no-cache --build-arg LDFLAGS=$(LDFLAGS) -t $(IMAGE_TAG)-windows-1809-amd64 -f docker/windows.Dockerfile --platform="windows/amd64" --push .
118
docker manifest create $(IMAGE_TAG) $(IMAGE_TAG)-linux-amd64 $(IMAGE_TAG)-windows-1809-amd64
0 commit comments