Skip to content

Commit

Permalink
drop unused Makefile args
Browse files Browse the repository at this point in the history
Signed-off-by: Niclas Schad <[email protected]>
  • Loading branch information
Niclas Schad committed Dec 1, 2023
1 parent 07f1f9f commit 8cf1f91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ TAR_FILE ?= rootfs.tar
GOOS ?= $(shell go env GOOS)
GOPROXY ?= $(shell go env GOPROXY)
VERSION ?= $(shell git describe --dirty --tags --match='v*')
VERSION ?= $(shell git describe --exact-match > /dev/null || \
git describe --tags --always --abbrev=6)
ALPINE_ARCH :=
DEBIAN_ARCH :=
QEMUARCH :=
QEMUVERSION := "v4.2.0-4"
GOARCH :=
GOFLAGS :=
TAGS :=
Expand Down

0 comments on commit 8cf1f91

Please sign in to comment.