removed arm64 port
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2020-11-14 13:00:23 +01:00
parent 0a6ddb4d71
commit fb71e75ef5

View File

@ -23,29 +23,3 @@ steps:
- sha512
when:
event: tag
---
kind: pipeline
type: docker
name: default-linux-arm64
steps:
- name: build
image: golang
commands:
- ./ci-build.sh build
environment:
GOOS: linux
GOARCH: arm64
- name: release
image: plugins/gitea-release
settings:
base_url: https://git.paulbsd.com
api_key:
from_secret: gitea_token
files: "*.tar.gz"
checksum:
- sha256
- sha512
when:
event: tag