Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f27fc8fe59 | |||
| e7c255eeb7 | |||
| cbe613669c | |||
| 7248ab3c32 | |||
| e9c6386f38 | |||
| f7d92233c2 |
12
.woodpecker/pipeline.yaml
Normal file
12
.woodpecker/pipeline.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
labels:
|
||||
platform: linux/arm64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step; okay"
|
||||
Reference in New Issue
Block a user