Skip to content

Commit

Permalink
fix goreleaser errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalvas committed Oct 7, 2022
1 parent ee87f70 commit 735eef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ nfpms:
formats:
- deb
- rpm
empty_folders:
- /var/lib/vxdb
contents:
- dst: /var/lib/vxdb
type: dir
- src: scripts/vxdb.service
dst: /lib/systemd/system/vxdb.service
file_info:
Expand All @@ -26,7 +26,7 @@ nfpms:
dockers:
- image_templates:
- "vitalvas/vxdb:{{ .Tag }}-amd64"
use_buildx: true
use: buildx
goarch: amd64
dockerfile: Dockerfile
extra_files:
Expand All @@ -36,7 +36,7 @@ dockers:
- "--platform=linux/amd64"
- image_templates:
- "vitalvas/vxdb:{{ .Tag }}-arm64"
use_buildx: true
use: buildx
goarch: arm64
dockerfile: Dockerfile
extra_files:
Expand Down

0 comments on commit 735eef2

Please sign in to comment.