tools/.woodpecker/arch-docker.yml

27 lines
575 B
YAML
Raw Normal View History

2023-02-16 14:33:39 +01:00
platform: 'linux/amd64'
when:
- path:
- 'arch/Dockerfile'
- '.woodpecker/arch-docker.yml'
event: [push]
- event: [cron]
pipeline:
build:
image: 'woodpeckerci/plugin-docker-buildx'
secrets:
- 'docker_username'
- 'docker_password'
settings:
registry: 'git.rustybever.be'
repo: 'git.rustybever.be/vieter-v/vieter-builder'
tags:
- 'latest'
platforms: [ 'linux/arm64/v8', 'linux/amd64' ]
mtu: 1300
context: 'arch'
2023-02-16 15:04:49 +01:00
dockerfile: 'arch/Dockerfile'
2023-02-19 15:05:53 +01:00
when:
event: [push, cron]