test build with drone on arm64 on coronafana/xorm
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2021-11-06 15:39:10 +01:00
parent f0aa63c7a6
commit 99636d5d02

View File

@ -3,6 +3,10 @@ kind: pipeline
type: docker
name: default-linux-amd64
platform:
os: linux
arсh: amd64
steps:
- name: build
image: golang
@ -29,6 +33,10 @@ kind: pipeline
type: docker
name: default-linux-arm64
platform:
os: linux
arсh: arm64
steps:
- name: build
image: golang