chore: do not build arm arch (#19902)

pull/19908/head
Gershon Shif 2020-11-04 14:29:57 -08:00 committed by GitHub
parent 14443a5c39
commit 9b6d4f9499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions

View File

@ -6,10 +6,6 @@ builds:
- darwin
goarch:
- amd64
- arm64
- arm
goarm:
- 6
main: ./cmd/influx/
flags:
@ -30,10 +26,6 @@ builds:
- darwin
goarch:
- amd64
- arm64
- arm
goarm:
- 6
main: ./cmd/influxd/
flags:
@ -119,7 +111,7 @@ dockers:
- influxd
- influx
image_templates:
- "quay.io/influxdb/influxdb:{{ .Env.DOCKER_VERSION }}"
- "quay.io/influxdb/influxdb:{{ .Tag }}"
dockerfile: docker/influxd/Dockerfile
extra_files:
- docker/influxd/entrypoint.sh