Skip to content

Commit

Permalink
docker镜像适配zimaOS
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Mar 1, 2025
1 parent aaa5c7d commit 98c779f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,22 @@ changelog:
- '^docs:'
- '^test:'

brews:
- tap:
owner: OpenIoTHub
name: homebrew-tap
folder: Formula
homepage: http://github.com/OpenIoTHub
description: OpenIoTHub GateWay
test: |
system "#{bin}/gateway-go -v"
scoop:
bucket:
owner: OpenIoTHub
name: scoop-bucket
homepage: http://github.com/OpenIoTHub
description: OpenIoTHub GateWay
license: MIT
#brews:
# - tap:
# owner: OpenIoTHub
# name: homebrew-tap
# folder: Formula
# homepage: http://github.com/OpenIoTHub
# description: OpenIoTHub GateWay
# test: |
# system "#{bin}/gateway-go -v"
#scoop:
# bucket:
# owner: OpenIoTHub
# name: scoop-bucket
# homepage: http://github.com/OpenIoTHub
# description: OpenIoTHub GateWay
# license: MIT
nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
homepage: http://github.com/OpenIoTHub
Expand Down

0 comments on commit 98c779f

Please sign in to comment.