Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from rohitsakala/master
Browse files Browse the repository at this point in the history
  • Loading branch information
kinarashah authored Jul 6, 2022
2 parents 8324f1c + 379f5d6 commit fb7096b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ dist:
tar -zcvf $(DIST)/helm-unittest-windows-amd64.tgz untt.exe README.md LICENSE plugin.yaml
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o untt -ldflags $(LDFLAGS) ./main.go
tar -zcvf $(DIST)/helm-unittest-linux-arm64.tgz untt README.md LICENSE plugin.yaml
CGO_ENABLED=0 GOOS=linux GOARCH=s390x go build -o untt -ldflags $(LDFLAGS) ./main.go
tar -zcvf $(DIST)/helm-unittest-linux-s390x.tgz untt README.md LICENSE plugin.yaml

.PHONY: bootstrap
bootstrap:
Expand Down

0 comments on commit fb7096b

Please sign in to comment.