1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-19 05:01:18 +01:00
FLEcli/notes/buildNotes.md
Bryan Nehl 89d7cbd955
revised developer notes, added Table of Contents (#93)
* revised developer notes, add ToC

* add goreleaser doc
2023-06-10 21:26:59 +02:00

517 B

Build Notes

Bootstrap

Install Cobra CLI tool go install github.com/spf13/cobra-cli@latest

Install goreleaser

  • go build && go install

to build with goreleaser

  • goreleaser --snapshot --skip-publish --rm-dist
  • dist/FLEcli_darwin_amd64/FLEcli
  • docker build -f docker/Dockerfile -t test/test dist/FLEcli_linux_arm64

to push a release

  • on the master branch git tag v0.1.1
  • git push --tag