Skip to content

Commit

Permalink
Fix error in makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jesús Benito Calzada <[email protected]>
  • Loading branch information
beni0888 committed Oct 17, 2024
1 parent 622ad88 commit 4152b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GO = /usr/bin/env go
GOFMT = /usr/bin/env gofmt
IMAGE_TAG ?= dev-$(shell date +%FT%H-%M-%S-%Z)
VERSION ?= $$(git rev-parse HEAD)
TARGET_ARCHITECTURE ?= $(shell uname -m)
TARGET_ARCHITECTURE ?= amd64
SUPPORTED_ARCHITECTURES := amd64 arm64 riscv64 ppc64le s390x 386 arm/v7 arm/v6

ifeq ($(filter $(TARGET_ARCHITECTURE),$(SUPPORTED_ARCHITECTURES)),)
Expand Down

0 comments on commit 4152b64

Please sign in to comment.