Skip to content

Commit

Permalink
fixes docker image (#148)
Browse files Browse the repository at this point in the history
* fixes docker image

* fixes docker image

* Update Makefile
  • Loading branch information
sssash18 authored Jun 28, 2024
1 parent 3f6cc15 commit 8366a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ test-integration:
.PHONY: release
release: docker-image docker-push

PLATFORM ?= linux/amd64
.PHONY: docker-image
docker-image:
docker image build -t $(IMAGE_NAME):$(VERSION) -t $(IMAGE_NAME):latest .
@docker buildx build --platform $(PLATFORM) -t $(IMAGE_NAME):$(VERSION) -t $(IMAGE_NAME):latest .

.PHONY: docker-login
docker-login:
Expand Down

0 comments on commit 8366a14

Please sign in to comment.