Skip to content

Commit

Permalink
account for mac when running sha
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Nov 1, 2023
1 parent b0d76f0 commit e3e4a03
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
BINARIES = gen_release_notes gen_release_report backport semv standup k3s_release rancher_release test_coverage upstream_go_version rke2_release
ARCHS = amd64 arm64
OSs = linux darwin freebsd

GO_COMPILE = CGO_ENABLED=1 $(GO) build -tags $(TAGS) -v -ldflags "$(LDFLAGS)" -o $@-$${os}-$${arch}

OS := $(shell uname)

ifeq ($(OS),Darwin)

endif
ifeq ($(OS),Darwin)
GEN_HASH = shasum -a 256 $@-$${os}-$${arch} >> $(BINDIR)/sha256sums-$(BINARY).txt
else
Expand Down

0 comments on commit e3e4a03

Please sign in to comment.