ZeroTierOne/.drone.yml

268 lines
4.9 KiB
YAML
Raw Normal View History

2022-02-03 13:19:06 +00:00
---
kind: pipeline
type: docker
name: build 386
clone:
depth: 1
steps:
- name: build 386
image: registry.sean.farm/honda-builder
commands:
- ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA}
2022-02-04 20:50:19 +00:00
- name: notify-mattermost
2022-02-07 17:56:31 +00:00
pull: always
2022-02-07 19:54:50 +00:00
image: registry.sean.farm/mattermost-notify
2022-02-04 20:50:19 +00:00
environment:
token:
from_secret: mattermost-token
host:
from_secret: mattermost-host
channel:
from_secret: mattermost-channel
2022-02-04 21:48:48 +00:00
maxRetry: 3
2022-02-04 20:58:12 +00:00
when:
status:
- failure
2022-02-07 19:32:19 +00:00
- success
2022-02-03 13:19:06 +00:00
image_pull_secrets:
- dockerconfigjson
---
kind: pipeline
type: docker
name: build amd64
clone:
depth: 1
steps:
- name: build amd64
image: registry.sean.farm/honda-builder
commands:
- ./ci/scripts/build.sh linux amd64 $${DRONE_COMMIT_SHA}
2022-02-07 19:27:03 +00:00
- name: notify-mattermost
pull: always
2022-02-07 19:54:50 +00:00
image: registry.sean.farm/mattermost-notify
2022-02-07 19:27:03 +00:00
environment:
token:
from_secret: mattermost-token
host:
from_secret: mattermost-host
channel:
from_secret: mattermost-channel
maxRetry: 3
when:
status:
- failure
2022-02-07 19:32:19 +00:00
- success
2022-02-03 13:19:06 +00:00
image_pull_secrets:
- dockerconfigjson
---
kind: pipeline
type: docker
name: build arm64
clone:
depth: 1
steps:
- name: build arm64
image: registry.sean.farm/honda-builder
commands:
- ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
2022-02-07 19:27:03 +00:00
- name: notify-mattermost
pull: always
2022-02-07 19:54:50 +00:00
image: registry.sean.farm/mattermost-notify
2022-02-07 19:27:03 +00:00
environment:
token:
from_secret: mattermost-token
host:
from_secret: mattermost-host
channel:
from_secret: mattermost-channel
maxRetry: 3
when:
status:
- failure
2022-02-07 19:32:19 +00:00
- success
2022-02-03 13:19:06 +00:00
2022-02-04 20:28:07 +00:00
platform:
os: linux
arch: arm64
2022-02-07 19:46:23 +00:00
2022-02-03 13:19:06 +00:00
image_pull_secrets:
- dockerconfigjson
---
kind: pipeline
type: docker
name: build armv7
2022-02-04 20:28:07 +00:00
platform:
os: linux
arch: arm64
2022-02-03 13:19:06 +00:00
clone:
depth: 1
steps:
- name: build armv7
image: registry.sean.farm/honda-builder
commands:
- ./ci/scripts/build.sh linux armv7 $${DRONE_COMMIT_SHA}
2022-02-07 19:27:03 +00:00
- name: notify-mattermost
pull: always
2022-02-07 19:54:50 +00:00
image: registry.sean.farm/mattermost-notify
2022-02-07 19:27:03 +00:00
environment:
token:
from_secret: mattermost-token
host:
from_secret: mattermost-host
channel:
from_secret: mattermost-channel
maxRetry: 3
when:
status:
- failure
2022-02-07 19:32:19 +00:00
- success
2022-02-03 13:19:06 +00:00
2022-02-07 18:54:56 +00:00
platform:
os: linux
arch: arm64
2022-02-03 13:19:06 +00:00
image_pull_secrets:
- dockerconfigjson
---
kind: pipeline
type: docker
name: build riscv64
clone:
depth: 1
steps:
- name: build riscv64
image: registry.sean.farm/honda-builder
commands:
- ./ci/scripts/build.sh linux riscv64 $${DRONE_COMMIT_SHA}
2022-02-07 19:27:03 +00:00
- name: notify-mattermost
pull: always
2022-02-07 19:54:50 +00:00
image: registry.sean.farm/mattermost-notify
2022-02-07 19:27:03 +00:00
environment:
token:
from_secret: mattermost-token
host:
from_secret: mattermost-host
channel:
from_secret: mattermost-channel
maxRetry: 3
when:
status:
- failure
2022-02-07 19:32:19 +00:00
- success
2022-02-03 13:19:06 +00:00
image_pull_secrets:
- dockerconfigjson
---
kind: pipeline
type: docker
name: build mips64le
clone:
depth: 1
steps:
- name: build mips64le
image: registry.sean.farm/honda-builder
commands:
- ./ci/scripts/build.sh linux mips64le $${DRONE_COMMIT_SHA}
2022-02-07 19:27:03 +00:00
- name: notify-mattermost
pull: always
2022-02-07 19:54:50 +00:00
image: registry.sean.farm/mattermost-notify
2022-02-07 19:27:03 +00:00
environment:
token:
from_secret: mattermost-token
host:
from_secret: mattermost-host
channel:
from_secret: mattermost-channel
maxRetry: 3
when:
status:
- failure
2022-02-07 19:32:19 +00:00
- success
2022-02-03 13:19:06 +00:00
image_pull_secrets:
- dockerconfigjson
---
kind: pipeline
type: docker
name: build ppc64le
clone:
depth: 1
steps:
- name: build ppc64le
image: registry.sean.farm/honda-builder
commands:
- ./ci/scripts/build.sh linux ppc64le $${DRONE_COMMIT_SHA}
2022-02-07 19:27:03 +00:00
- name: notify-mattermost
pull: always
2022-02-07 19:54:50 +00:00
image: registry.sean.farm/mattermost-notify
2022-02-07 19:27:03 +00:00
environment:
token:
from_secret: mattermost-token
host:
from_secret: mattermost-host
channel:
from_secret: mattermost-channel
maxRetry: 3
when:
status:
- failure
2022-02-07 19:32:19 +00:00
- success
2022-02-03 13:19:06 +00:00
image_pull_secrets:
- dockerconfigjson
---
kind: pipeline
type: docker
name: build s390x
clone:
depth: 1
steps:
- name: build s390x
image: registry.sean.farm/honda-builder
commands:
- ./ci/scripts/build.sh linux s390x $${DRONE_COMMIT_SHA}
2022-02-07 19:27:03 +00:00
- name: notify-mattermost
pull: always
2022-02-07 19:54:50 +00:00
image: registry.sean.farm/mattermost-notify
2022-02-07 19:27:03 +00:00
environment:
token:
from_secret: mattermost-token
host:
from_secret: mattermost-host
channel:
from_secret: mattermost-channel
maxRetry: 3
when:
status:
- failure
2022-02-07 19:32:19 +00:00
- success
2022-02-03 13:19:06 +00:00
image_pull_secrets:
- dockerconfigjson