Skip to content

Commit

Permalink
makefile change
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Feb 21, 2024
1 parent ffbe0f0 commit 8231726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ jobs:
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
with:
platforms: arm64
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.9.0
- name: Setup gotestsum
shell: bash
run: |
Expand Down
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 = --platform $(PLATFORM) --load --tag $(TAG) $(BA_FLAGS)
FLAGS = --target $(TARGET) --platform $(PLATFORM) --tag $(TAG) $(BA_FLAGS)

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

0 comments on commit 8231726

Please sign in to comment.