mirror of
https://github.com/chenjia404/go-p2ptunnel.git
synced 2025-12-24 13:38:00 +08:00
arm64
This commit is contained in:
@@ -53,6 +53,7 @@ checksum:
|
||||
signs:
|
||||
- artifacts: all
|
||||
signature: "${artifact}.asc"
|
||||
cmd: C:\soft\GnuPG\bin\gpg.exe
|
||||
args: ["--armor","-u","189BE79683369DA3","--detach-sign", "${artifact}"]
|
||||
|
||||
snapshot:
|
||||
@@ -66,11 +67,24 @@ changelog:
|
||||
|
||||
dockers:
|
||||
-
|
||||
id: go-p2ptunnel
|
||||
id: 1
|
||||
goos: linux
|
||||
goarch: amd64
|
||||
dockerfile: "goreleaser.dockefile"
|
||||
extra_files:
|
||||
- LICENSE.txt
|
||||
image_templates:
|
||||
- "chenjia404/{{.ProjectName}}:latest"
|
||||
- "chenjia404/{{.ProjectName}}:latest"
|
||||
- "chenjia404/{{.ProjectName}}:latest-amd64"
|
||||
- "chenjia404/{{.ProjectName}}:amd64"
|
||||
-
|
||||
id: 2
|
||||
goarch: arm64
|
||||
dockerfile: "goreleaser.dockefile"
|
||||
extra_files:
|
||||
- LICENSE.txt
|
||||
build_flag_templates:
|
||||
- "--platform=linux/arm64"
|
||||
image_templates:
|
||||
- "chenjia404/{{.ProjectName}}:latest-arm64"
|
||||
- "chenjia404/{{.ProjectName}}:arm64"
|
||||
Reference in New Issue
Block a user