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