Skip to content

Commit

Permalink
Fix releaser (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
satr authored Oct 14, 2021
1 parent 5c2f016 commit 2a1382a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
- binary: rx
- id: rx
binary: rx
env:
- CGO_ENABLED=0
goos:
Expand All @@ -17,7 +18,7 @@ dockers:
- image_templates:
- "docker.pkg.github.com/equinor/radix-cli/rx:latest"
dockerfile: Dockerfile
binaries:
ids:
- rx
archives:
- replacements:
Expand Down

0 comments on commit 2a1382a

Please sign in to comment.