Compare commits
1 Commits
fae6dd9868
...
f20ab75162
Author | SHA1 | Date | |
---|---|---|---|
f20ab75162 |
14
.woodpecker/image.yml
Normal file
14
.woodpecker/image.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: "**"
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
labels:
|
||||
platform: ${platform}
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step; okay"
|
Reference in New Issue
Block a user