Skip to content

Commit a97a0c1

Browse files
authored
Merge pull request #284 from aramase/remove-az-cli
ci: remove az cli req
2 parents 542b690 + dada4b4 commit a97a0c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ e2e-container:
112112
docker buildx rm container-builder || true
113113
docker buildx create --use --name=container-builder
114114
ifdef TEST_WINDOWS
115-
az acr login --name $(REGISTRY_NAME)
116115
docker buildx build --no-cache --build-arg LDFLAGS=$(LDFLAGS) -t $(IMAGE_TAG)-linux-amd64 -f docker/Dockerfile --platform="linux/amd64" --push .
117116
docker buildx build --no-cache --build-arg LDFLAGS=$(LDFLAGS) -t $(IMAGE_TAG)-windows-1809-amd64 -f docker/windows.Dockerfile --platform="windows/amd64" --push .
118117
docker manifest create $(IMAGE_TAG) $(IMAGE_TAG)-linux-amd64 $(IMAGE_TAG)-windows-1809-amd64

0 commit comments

Comments
 (0)