updated arm64 arch

This commit is contained in:
Paul 2020-12-04 21:19:02 +01:00
parent 88aa697997
commit 1c8951582f

View File

@ -44,31 +44,6 @@ volumes:
depends_on:
- cleanup-before
---
kind: pipeline
type: docker
name: default-linux-arm64
steps:
- name: build
image: golang
commands:
- ./ci-build.sh build
environment:
GOOS: linux
GOARCH: arm64
volumes:
- name: build
path: /build
volumes:
- name: build
host:
path: /tmp/dip/build
depends_on:
- cleanup-before
---
kind: pipeline
type: docker