2022-01-14 20:30:56 +01:00
|
|
|
branches: dev
|
2022-01-14 19:59:30 +01:00
|
|
|
platform: linux/amd64
|
2022-01-14 11:23:12 +01:00
|
|
|
|
|
|
|
pipeline:
|
|
|
|
publish:
|
2022-01-14 19:59:30 +01:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
2022-01-14 11:23:12 +01:00
|
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
settings:
|
|
|
|
repo: chewingbever/vlang
|
|
|
|
tag: latest
|
2022-01-14 11:31:13 +01:00
|
|
|
dockerfile: Dockerfile.builder
|
2022-01-14 19:59:30 +01:00
|
|
|
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
2022-01-14 11:23:12 +01:00
|
|
|
when:
|
|
|
|
event: push
|
2022-01-27 19:18:11 +01:00
|
|
|
path:
|
2022-01-31 21:14:43 +01:00
|
|
|
- Makefile
|
2022-01-27 19:18:11 +01:00
|
|
|
- Dockerfile.builder
|
|
|
|
- patches/*
|