Compare commits
1 Commits
fae6dd9868
...
feature/su
Author | SHA1 | Date | |
---|---|---|---|
204c600a21 |
@@ -1,10 +1,15 @@
|
|||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: "**"
|
branch: "**"
|
||||||
|
matrix:
|
||||||
|
platform:
|
||||||
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
labels:
|
labels:
|
||||||
platform: linux/amd64
|
platform: ${platform}
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: debian
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
commands:
|
settings:
|
||||||
- echo "This is the build step; okay"
|
repo: brosner.dev/brosner/teufa
|
||||||
|
tag: wpp-${platform}
|
||||||
|
Reference in New Issue
Block a user