1
0
Fork 0
Commit Graph

4 Commits (6795fc248642c0c2bf81c1d6d52a9ec1446d75f6)

Author SHA1 Message Date
naicoi 6795fc2486
Refactor pipeline to use new Docker build plugin
ci/woodpecker/push/woodpecker Pipeline failed Details
This commit removes the old Docker plugin and replaces it with a new one that supports multi-architecture builds. The `platform` field was removed from the matrix, and the `build` step was replaced with `${version}-${os}`. The new plugin also uses different settings for `repo`, `platforms`, and `username`.
2023-05-18 14:40:45 +07:00
naicoi 303883a015
Refactor platform names in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful Details
Changed the platform names from "linux/amd64" and "linux/arm64" to "amd64" and "arm64", respectively. Also updated the platform variable in pipeline tags to include the prefix "linux/".
2023-05-18 01:18:55 +07:00
naicoi cb0aef5827
Update OS version in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details
Changed the OS version from Ubuntu to Slim in .woodpecker.yml file. This commit also updates the matrix configuration for Linux architecture.
2023-05-18 00:46:54 +07:00
naicoi 9d51bf0357
Add Woodpecker configuration and Dockerfile for Node.js app deployment
ci/woodpecker/push/woodpecker Pipeline failed Details
Added a .woodpecker.yml file to configure the build matrix, pipeline, and Docker image settings for deploying a Node.js app. Also added a Dockerfile that installs pm2 and typescript globally.
2023-05-18 00:43:00 +07:00