Let's give up for now

This commit is contained in:
Jef Roosens 2022-01-22 22:12:30 +01:00
parent 7552e0e86f
commit 20ec4c1204
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
matrix:
PLATFORM:
- linux/amd64
# - linux/arm64
# - linux/arm/v7
- linux/arm64
- linux/arm/v7
# These checks already get performed on the feature branches
platform: ${PLATFORM}
@ -11,12 +11,14 @@ pipeline:
# The default build isn't needed, as alpine switches to gcc for the compiler anyways
debug:
image: 'chewingbever/vlang:latest'
pull: true
group: 'build'
commands:
- make debug
prod:
image: 'chewingbever/vlang:latest'
pull: true
environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
group: 'build'