Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkaikov committed Aug 29, 2024
1 parent a5d9d13 commit 051a1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions dist/.goreleaser-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
project_name: scylla-manager
version: 2
dist: release-docker
builds:
- skip: true

dockers:
- ids:
- server
- client
use: docker
goos: linux
goarch: amd64
Expand All @@ -22,8 +21,6 @@ dockers:
- "--build-arg=ARCH=amd64"

- ids:
- server
- client
use: docker
goos: linux
goarch: arm64
Expand All @@ -39,7 +36,6 @@ dockers:
- "--build-arg=ARCH=arm64"

- ids:
- agent
use: docker
goos: linux
goarch: amd64
Expand All @@ -55,7 +51,6 @@ dockers:
- "--build-arg=ARCH=amd64"

- ids:
- agent
use: docker
goos: linux
goarch: arm64
Expand Down
3 changes: 2 additions & 1 deletion dist/.goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
project_name: scylla-manager
dist: release
version: 2

changelog:
sort: asc
Expand All @@ -11,7 +12,7 @@ changelog:
- '^testing:'

snapshot:
name_template: '{{ .Version }}-SNAPSHOT'
version_template: '{{ .Version }}-SNAPSHOT'

builds:
- id: server
Expand Down

0 comments on commit 051a1b7

Please sign in to comment.