Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ethstorage/es-node into tot…
Browse files Browse the repository at this point in the history
…al_dropped
  • Loading branch information
syntrust committed Mar 15, 2024
2 parents 2c14178 + 56e9624 commit 99fc04a
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 @@ -13,7 +13,7 @@ es-node: build
mkdir -p build/bin/snarkbuild

build:
env GO111MODULE=on GOOS=$(TARGETOS) GOARCH=$(TARGETARCH) go build -v $(LDFLAGS) -o build/bin/es-node ./cmd/es-node/
env GO111MODULE=on CGO_ENABLED=0 GOOS=$(TARGETOS) GOARCH=$(TARGETARCH) go build -v $(LDFLAGS) -o build/bin/es-node ./cmd/es-node/

clean:
rm -r build
Expand Down

0 comments on commit 99fc04a

Please sign in to comment.