Skip to content

Commit

Permalink
goreleaser-docker: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkaikov committed Aug 28, 2024
1 parent a5d9d13 commit db7a585
Showing 1 changed file with 1 addition and 6 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

0 comments on commit db7a585

Please sign in to comment.