Compare commits
1 Commits
f20ab75162
...
2bf1a5a773
Author | SHA1 | Date | |
---|---|---|---|
2bf1a5a773 |
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: wp-${platform}
|
Reference in New Issue
Block a user