Skip to content

Commit

Permalink
manager-build: fix configuration to match new docker version
Browse files Browse the repository at this point in the history
Following the upgrade of all Jenkins nodes to Fedora40, a few configuration issues popped up

Fixed on `packager` nodes manually, will modify also the ansible playbook in Scylla-pkg
  • Loading branch information
yaronkaikov committed Aug 29, 2024
1 parent 1532181 commit 3a1ff6a
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
dist: release-docker
version: 2
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 3a1ff6a

Please sign in to comment.