Skip to content

Commit

Permalink
Remove darwin docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
w3irdrobot committed Jun 27, 2022
1 parent f58d103 commit e6f5b75
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,18 @@ dockers:
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.version={{ .Version }}"
- "--platform=linux/386"
- image_templates:
- 'w3irdrobot/voltageautounlock:{{ .Version }}-darwin-amd64'
use: buildx
goos: darwin
goarch: amd64
build_flag_templates:
- "--label=org.opencontainers.image.created={{ .Date }}"
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--label=org.opencontainers.image.version={{ .Version }}"
- "--platform=darwin/amd64"

docker_manifests:
- name_template: 'w3irdrobot/voltageautounlock:{{ .Version }}'
image_templates:
- 'w3irdrobot/voltageautounlock:{{ .Version }}-linux-amd64'
- 'w3irdrobot/voltageautounlock:{{ .Version }}-linux-arm64'
- 'w3irdrobot/voltageautounlock:{{ .Version }}-linux-386'
- 'w3irdrobot/voltageautounlock:{{ .Version }}-darwin-amd64'
- name_template: 'w3irdrobot/voltageautounlock:latest'
image_templates:
- 'w3irdrobot/voltageautounlock:{{ .Version }}-linux-amd64'
- 'w3irdrobot/voltageautounlock:{{ .Version }}-linux-arm64'
- 'w3irdrobot/voltageautounlock:{{ .Version }}-linux-386'
- 'w3irdrobot/voltageautounlock:{{ .Version }}-darwin-amd64'

changelog:
filters:
Expand Down

0 comments on commit e6f5b75

Please sign in to comment.