Skip to content

Commit

Permalink
Fix Dockerfile.goreleaser to include guacmigrate (guacsec#127)
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <mrizzi@redhat.com>
  • Loading branch information
mrizzi committed Sep 20, 2024
1 parent 130417a commit a577a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,13 @@ builds:
- -X {{.Env.PKG}}.Commit={{.FullCommit}}
- -X {{.Env.PKG}}.Date={{.Date}}
- -X {{.Env.PKG}}.Version={{.Summary}}
goos: [ 'darwin', 'linux', 'windows' ]
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarch: arm

universal_binaries:
- replace: true
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ COPY guacgql* /opt/guac/guacgql
COPY guacingest* /opt/guac/guacingest
COPY guacone* /opt/guac/guacone
COPY guacrest* /opt/guac/guacrest
COPY guacmigrate* /opt/guac/guacmigrate

0 comments on commit a577a7b

Please sign in to comment.