From fae6dd986827443231237f275526fe4fb257d66d Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 6 Jul 2025 16:53:57 -0600 Subject: [PATCH] support woodpecker ci --- .woodpecker/image.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .woodpecker/image.yml diff --git a/.woodpecker/image.yml b/.woodpecker/image.yml new file mode 100644 index 0000000..c16d94b --- /dev/null +++ b/.woodpecker/image.yml @@ -0,0 +1,10 @@ +when: + - event: push + branch: "**" +labels: + platform: linux/amd64 +steps: + - name: build + image: debian + commands: + - echo "This is the build step; okay"