mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-02-18 12:51:02 +01:00
10 lines
No EOL
272 B
Markdown
10 lines
No EOL
272 B
Markdown
## 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` |