Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Feb 23, 2024
1 parent 6154a64 commit e9fc5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul-lambda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dev: dist
BUILD_ARGS = BIN_NAME=consul-lambda-registrator VERSION=$(VERSION) GIT_COMMIT=$(GIT_COMMIT) GIT_DIRTY=$(GIT_DIRTY)
TAG ?= $(BIN_NAME)/$(TARGET):$(VERSION)
BA_FLAGS = $(addprefix --build-arg=,$(BUILD_ARGS))
FLAGS = --load --platform linux/amd64,linux/arm64 --tag $(TAG) $(BA_FLAGS)
FLAGS = --platform linux/amd64,linux/arm64 --tag $(TAG) $(BA_FLAGS)

# Set OS to linux for all docker/* targets.
docker: OS = linux
Expand Down

0 comments on commit e9fc5bb

Please sign in to comment.