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