Skip to content

Commit

Permalink
Delete plugin-compiler from el7 goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
asutosh committed Jul 26, 2023
1 parent 1b1aa9e commit c4ac889
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions ci/goreleaser/goreleaser-el7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,26 +104,9 @@ publishers:
archives:
- format: binary
allow_different_binary_count: true
dockers:
# Build plugin-compiler
- ids:
- std
image_templates:
- tykio/tyk-plugin-compiler:{{ .Tag }}-el7
- tykio/tyk-plugin-compiler:v{{ .Major }}.{{ .Minor }}{{.Prerelease}}-el7
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title=tyk-plugin-compiler"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--build-arg=TYK_GW_TAG={{ .Tag }}"
- "--build-arg=GOLANG_CROSS={{ .Env.GOLANG_CROSS }}"
- "--build-arg=GITHUB_SHA={{ .Env.GITHUB_SHA }}"
goarch: amd64
goos: linux
dockerfile: ci/images/plugin-compiler/Dockerfile
extra_files:
- ci/images/plugin-compiler

# plugin-compiler now built from a separate independent workflow
# that also takes care of the el7 plugin compiler build

checksum:
disable: true
Expand Down

0 comments on commit c4ac889

Please sign in to comment.