chore: switched to vlang 0.3 Docker image

v-0.3.1
Jef Roosens 2022-07-03 14:11:29 +02:00
parent 1a940f2f98
commit 0d0fb323f2
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
7 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@ platform: ${PLATFORM}
pipeline:
install-modules:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
commands:
- export VMODULES=$PWD/.vmodules
@ -16,7 +16,7 @@ pipeline:
event: [push, pull_request]
debug:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
commands:
- export VMODULES=$PWD/.vmodules
- make
@ -26,7 +26,7 @@ pipeline:
exclude: [main]
prod:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -lsqlite3 -static
commands:
@ -44,7 +44,7 @@ pipeline:
event: [push, pull_request]
upload:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
secrets: [ s3_username, s3_password ]
commands:
# https://gist.github.com/JustinTimperio/7c7115f87b775618637d67ac911e595f

View File

@ -11,7 +11,7 @@ pipeline:
- make docs
api-docs:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
group: 'generate'
commands:

View File

@ -8,7 +8,7 @@ skip_clone: true
pipeline:
prepare:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
secrets: [ s3_username, s3_password ]
commands:

View File

@ -5,7 +5,7 @@ platform: 'linux/amd64'
pipeline:
lint:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
commands:
- make lint

View File

@ -9,7 +9,7 @@ skip_clone: true
pipeline:
generate:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
commands:
- curl -o vieter -L "https://s3.rustybever.be/vieter/commits/$CI_COMMIT_SHA/vieter-linux-amd64"

View File

@ -9,7 +9,7 @@ platform: ${PLATFORM}
pipeline:
install-modules:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
commands:
- export VMODULES=$PWD/.vmodules
@ -18,7 +18,7 @@ pipeline:
event: [pull_request]
test:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
commands:
- export VMODULES=$PWD/.vmodules

View File

@ -1,4 +1,4 @@
FROM chewingbever/vlang:latest AS builder
FROM chewingbever/vlang:0.3 AS builder
ARG TARGETPLATFORM
ARG CI_COMMIT_SHA