1
0
Fork 0
Commit Graph

7 Commits (5f90b2d9ad6122dfe001e4e0c9af2a4d9c8bb774)

Author SHA1 Message Date
naicoi 5f90b2d9ad
Refactor pipeline and Dockerfile to use new registry
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/manual/woodpecker Pipeline was successful Details
- Changed the pipeline to use a new registry, techio.dev
- Removed platforms from pipeline settings
- Updated Dockerfile to use version instead of tag in FROM statement
2023-05-18 15:21:44 +07:00
naicoi 05fa7a5b22
Update Dockerfile to include g++, make, and py3-pip packages. Install vercel using npm instead of yarn.
ci/woodpecker/push/woodpecker Pipeline failed Details
- Add g++, make, and py3-pip packages
- Install vercel using npm instead of yarn
2023-05-18 14:38:40 +07:00
naicoi a1fb105b0b
Refactor Dockerfile to use yarn instead of npm and update docker image in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details
- Use yarn instead of npm in Dockerfile
- Update docker image from plugins/docker to woodpeckerci/plugin-docker-buildx in .woodpecker.yml
- Change registry from techio.dev to lttech/vercel in .woodpecker.yml
- Add platforms linux/amd64,linux/arm64/v8 in .woodpecker.yml
2023-05-18 13:48:22 +07:00
naicoi 9d71c6c466
Refactor build pipeline and update Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details
- Update platform to include amd64
- Change default tag in Dockerfile from 18-alpine to 16-alpine
2023-05-18 13:19:30 +07:00
naicoi b218c1fe1a
Refactor Dockerfile to remove pnpm installation
ci/woodpecker/push/woodpecker Pipeline failed Details
The commit removes the installation of pnpm from the Dockerfile and installs vercel using npm instead.
2023-05-18 12:33:05 +07:00
naicoi 79ff8e4ead
Update Dockerfile to use pnpm and install vercel globally
ci/woodpecker/push/woodpecker Pipeline failed Details
The Dockerfile has been updated to use pnpm instead of yarn, and to install vercel globally using pnpm. This change will improve the efficiency of package installation in the container.
2023-05-18 12:31:36 +07:00
naicoi 628407cd5d
Add matrix and pipeline to .woodpecker.yml, add Dockerfile
ci/woodpecker/push/woodpecker Pipeline failed Details
This commit adds a new file called .woodpecker.yml which contains a matrix and pipeline. The matrix specifies the platform, os, and version while the pipeline specifies how to build an image using plugins/docker. Additionally, this commit adds a new file called Dockerfile which uses the node image with a specified tag and installs vercel globally.
2023-05-18 01:09:12 +07:00