Skip to content

Commit 082f4e1

Browse files
committed
Add test build instructions
1 parent f3af34a commit 082f4e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Build the app with `go build`. Run `build.sh` instead if you want to build cross
1616
`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`
1717

1818

19+
## Test
20+
21+
Test building for all targets:
22+
23+
`goreleaser release --snapshot --skip-publish --rm-dist`
24+
25+
1926
## Release
2027

2128
```

0 commit comments

Comments
 (0)