Skip to content

Commit 8527605

Browse files
authored
Disable dockers_v2 section in goreleaser config
Comment out dockers_v2 configuration in .goreleaser.yaml
1 parent 7de7519 commit 8527605

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.goreleaser.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ builds:
4040
- goos: windows
4141
goarch: arm
4242

43-
dockers_v2:
44-
- id: picoclaw
45-
dockerfile: Dockerfile.goreleaser
46-
ids:
47-
- picoclaw
48-
images:
49-
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
50-
- "docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}"
51-
tags:
52-
- "{{ .Tag }}"
53-
- "latest"
54-
platforms:
55-
- linux/amd64
56-
- linux/arm64
57-
- linux/riscv64
43+
#dockers_v2:
44+
# - id: picoclaw
45+
# dockerfile: Dockerfile.goreleaser
46+
# ids:
47+
# - picoclaw
48+
# images:
49+
# - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
50+
# - "docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}"
51+
# tags:
52+
# - "{{ .Tag }}"
53+
# - "latest"
54+
# platforms:
55+
# - linux/amd64
56+
# - linux/arm64
57+
# - linux/riscv64
5858

5959
archives:
6060
- formats: [tar.gz]

0 commit comments

Comments
 (0)