-
Carlo Landmeter authored
creating the workspace has been moved to the CI build script.
Carlo Landmeter authoredcreating the workspace has been moved to the CI build script.
.drone.yml 1.59 KiB
---
kind: pipeline
name: edge-x86
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-x86
commands:
- linux32 build.sh
environment:
GH_TOKEN:
from_secret: github_token
pull: always
trigger:
event:
- pull_request
---
kind: pipeline
name: edge-x86_64
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-x86_64
commands:
- build.sh
environment:
GH_TOKEN:
from_secret: github_token
pull: always
trigger:
event:
- pull_request
---
kind: pipeline
name: edge-aarch64
clone:
disable: true
platform:
os: linux
arch: arm64
steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-aarch64
commands:
- build.sh
environment:
GH_TOKEN:
from_secret: github_token
pull: always