We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3af34a commit 082f4e1Copy full SHA for 082f4e1
README.md
@@ -16,6 +16,13 @@ Build the app with `go build`. Run `build.sh` instead if you want to build cross
16
`docker run --rm -it -v "$(pwd)/bin":/mnt/bin -e key=$(doppler config:get key) -e pipeline=$(doppler config:get pipeline) -e environment=$(doppler config:get environment) alpine:latest`
17
18
19
+## Test
20
+
21
+Test building for all targets:
22
23
+`goreleaser release --snapshot --skip-publish --rm-dist`
24
25
26
## Release
27
28
```
0 commit comments