1
0
Fork 0
Commit Graph

11 Commits (main)

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 36f6351004
Update docker image version and supported platforms
ci/woodpecker/push/woodpecker Pipeline failed Details
Updated the docker image version to 20 and removed support for linux/arm64/v8 platform in .woodpecker.yml file.
2023-05-18 14:52:28 +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 bce3eebe49
Refactor build pipeline in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details
Removed platform options from matrix and updated pipeline to use only version and os.
2023-05-18 13:49:35 +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 edf1f25fe7
Refactor build pipeline and platform matrix
ci/woodpecker/push/woodpecker Pipeline failed Details
This commit refactors the build pipeline and platform matrix in .woodpecker.yml. The platform matrix now uses abbreviated architecture names, while the build pipeline includes version, os, and platform information in its name.
2023-05-18 12:21:40 +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
deploy b299178737 Initial commit 2023-05-17 13:05:34 -05:00