Skip to content

Commit

Permalink
remove docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Samoylov committed Aug 21, 2019
1 parent d0436e6 commit 8dffe58
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,5 @@ builds:
goarch:
- amd64

dockers:
- image_templates:
- "m-samoylov/php-opcache_exporter:latest"
- "m-samoylov/php-opcache_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "m-samoylov/php-opcache_exporter:{{ .Major }}.{{ .Minor }}"
- "m-samoylov/php-opcache_exporter:{{ .Major }}"
build_flag_templates:
- "--build-arg=VERSION={{.Version}}"
- "--build-arg=BUILD_DATE={{.Date}}"
- "--build-arg=VCS_REF={{.FullCommit}}"

archive:
format: binary

0 comments on commit 8dffe58

Please sign in to comment.