We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609e789 commit 3bbfb23Copy full SHA for 3bbfb23
Makefile
@@ -1,15 +1,6 @@
1
GIT_REF_TAG := $(shell git describe --tags)
2
BUILD_TAGS = rocksdb
3
-ifdef OS
4
-# windows
5
BUILD_LD_FLAGS = "-X=github.com/iotaledger/wasp/components/app.Version=$(GIT_REF_TAG)"
6
-else
7
-ifeq ($(shell uname -m), arm64)
8
-BUILD_LD_FLAGS = "-X=github.com/iotaledger/wasp/components/app.Version=$(GIT_REF_TAG)"
9
10
11
-endif
12
13
DOCKER_BUILD_ARGS = # E.g. make docker-build "DOCKER_BUILD_ARGS=--tag wasp:devel"
14
15
#
0 commit comments