Multi-arch builder image & builds #27

Merged
Jef Roosens merged 10 commits from repo-add into dev 2022-01-14 20:47:05 +01:00
2 changed files with 26 additions and 1 deletions
Showing only changes of commit 3acce6df0f - Show all commits

View file

@ -0,0 +1,25 @@
# These checks already get performed on the feature branches
branches:
exclude: [ main, dev ]
platform: linux/arm64
pipeline:
vieter:
image: 'chewingbever/vlang:latest'
group: 'build'
commands:
- make vieter
debug:
image: 'chewingbever/vlang:latest'
group: 'build'
commands:
- make debug
prod:
image: 'chewingbever/vlang:latest'
environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
group: 'build'
commands:
- make prod

View file

@ -1,4 +1,4 @@
# branches: dev
branches: dev
platform: linux/amd64
pipeline: