diff --git a/.woodpecker/image.yml b/.woodpecker/image.yml new file mode 100644 index 0000000..874c600 --- /dev/null +++ b/.woodpecker/image.yml @@ -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"