Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
204c600a21 |
15
.woodpecker/image.yml
Normal file
15
.woodpecker/image.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: "**"
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
labels:
|
||||
platform: ${platform}
|
||||
steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: brosner.dev/brosner/teufa
|
||||
tag: wpp-${platform}
|
Reference in New Issue
Block a user