mirror of
https://github.com/Luzifer/vault-totp.git
synced 2024-12-22 13:51:20 +00:00
Update build image / add GO111MODULE mode
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4d166c1e34
commit
d637e58988
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
image: "quay.io/luzifer/repo-runner-image"
|
||||
image: "reporunner/golang-alpine"
|
||||
checkout_dir: /go/src/github.com/Luzifer/vault-totp
|
||||
|
||||
commands:
|
||||
|
@ -8,4 +8,6 @@ commands:
|
|||
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
GO111MODULE: on
|
||||
MOD_MODE: readonly
|
||||
ARCHS: linux/amd64 linux/arm darwin/amd64
|
||||
|
|
Loading…
Reference in a new issue