From db7a58574ee0f4e412bf7f49568d2f15446812db Mon Sep 17 00:00:00 2001 From: Yaron Kaikov Date: Wed, 28 Aug 2024 19:40:16 +0300 Subject: [PATCH] goreleaser-docker: fix build error --- dist/.goreleaser-docker.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dist/.goreleaser-docker.yaml b/dist/.goreleaser-docker.yaml index e6ab8fe873..52be37aa33 100644 --- a/dist/.goreleaser-docker.yaml +++ b/dist/.goreleaser-docker.yaml @@ -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 @@ -22,8 +21,6 @@ dockers: - "--build-arg=ARCH=amd64" - ids: - - server - - client use: docker goos: linux goarch: arm64 @@ -39,7 +36,6 @@ dockers: - "--build-arg=ARCH=arm64" - ids: - - agent use: docker goos: linux goarch: amd64 @@ -55,7 +51,6 @@ dockers: - "--build-arg=ARCH=amd64" - ids: - - agent use: docker goos: linux goarch: arm64