Skip to content

Commit

Permalink
fix(build): publish target
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed May 2, 2021
1 parent 51be536 commit baac4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ targets:
- $: (export LDFLAGS="={ldflags}"; export BUILDPATHS="={buildpaths}"; cat .goreleaser.template.yml | gomplate)
1>: ={BUILD_DIR}/.goreleaser.yml
1x: true
- $: goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --rm-dist --snapshot # TODO : remove --rm-dist --snapshot
- $: goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --rm-dist

# run "neon -props '{dockerfiles: {"path/to/Dockerfile1": "path/to/root/build/context"}}' docker" to build specific Dockerfiles
# example : neon -props '{dockerfiles: {"Dockerfile": "."}}' docker
Expand Down

0 comments on commit baac4df

Please sign in to comment.