mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
Disable dockers_v2 section in goreleaser config
Comment out dockers_v2 configuration in .goreleaser.yaml
This commit is contained in:
+15
-15
@@ -40,21 +40,21 @@ builds:
|
||||
- goos: windows
|
||||
goarch: arm
|
||||
|
||||
dockers_v2:
|
||||
- id: picoclaw
|
||||
dockerfile: Dockerfile.goreleaser
|
||||
ids:
|
||||
- picoclaw
|
||||
images:
|
||||
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
|
||||
- "docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}"
|
||||
tags:
|
||||
- "{{ .Tag }}"
|
||||
- "latest"
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/riscv64
|
||||
#dockers_v2:
|
||||
# - id: picoclaw
|
||||
# dockerfile: Dockerfile.goreleaser
|
||||
# ids:
|
||||
# - picoclaw
|
||||
# images:
|
||||
# - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
|
||||
# - "docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}"
|
||||
# tags:
|
||||
# - "{{ .Tag }}"
|
||||
# - "latest"
|
||||
# platforms:
|
||||
# - linux/amd64
|
||||
# - linux/arm64
|
||||
# - linux/riscv64
|
||||
|
||||
archives:
|
||||
- formats: [tar.gz]
|
||||
|
||||
Reference in New Issue
Block a user