diff --git a/.woodpecker.yml b/.woodpecker.yml index a02deb8..3e0cb85 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,4 @@ # .woodpecker.yml -platform: linux/* pipeline: build: @@ -10,4 +9,5 @@ pipeline: - npm run build - ls build when: - branch: master \ No newline at end of file + branch: master + platform: [ linux/*, windows/amd64 ] \ No newline at end of file