This commit is contained in:
parent
e4d3efb47f
commit
d5c3194587
8 changed files with 128 additions and 0 deletions
23
.woodpecker/arch-docker.yml
Normal file
23
.woodpecker/arch-docker.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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'
|
||||
Reference in a new issue