Removed builder & patches code; updated README

This commit is contained in:
Jef Roosens 2022-02-19 15:27:41 +01:00
parent 022f8c4fbe
commit 07bd0beb58
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
9 changed files with 12 additions and 108 deletions

View file

@ -6,8 +6,6 @@ matrix:
# These checks already get performed on the feature branches
platform: ${PLATFORM}
depends_on:
- builder
pipeline:
# The default build isn't needed, as alpine switches to gcc for the compiler anyways

View file

@ -1,18 +0,0 @@
branches: dev
platform: linux/amd64
pipeline:
publish:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vlang
tag: latest
dockerfile: Dockerfile.builder
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
when:
event: push
path:
- Makefile
- Dockerfile.builder
- patches/*

View file

@ -1,7 +1,6 @@
branches: [main, dev]
platform: linux/amd64
depends_on:
- builder
- build
pipeline: