File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 21
21
memory : 100MiB
22
22
23
23
- name : test
24
- image : golang:1.24
24
+ image : golang:1.24-alpine
25
25
pull : always
26
26
volumes :
27
27
- name : go
40
40
memory : 2GiB
41
41
42
42
- name : goreleaser
43
- image : golang:1.24
43
+ image : golang:1.24-alpine
44
44
resources :
45
45
requests :
46
46
cpu : 6000
59
59
commands :
60
60
# - go env
61
61
# curl -sf https://goreleaser.com/static/latest
62
+ - apk add bash git
62
63
- ./scripts/run-goreleaser
63
64
- echo Done
64
65
depends_on : [test]
@@ -200,6 +201,6 @@ trigger:
200
201
- publish
201
202
---
202
203
kind : signature
203
- hmac : 30b46430389aa5bac17e5d61975aed8993c7f6c2921be575d71cf09c55c098d7
204
+ hmac : e3cfc6768f1dfb3dcabdb23dec9695bbf67bcdd8ab06cf10f246d93bc1d7cc77
204
205
205
206
...
Original file line number Diff line number Diff line change 1
- FROM alpine:3.20 .3
1
+ FROM alpine:3.21 .3
2
2
3
3
RUN apk --no-cache upgrade
4
4
RUN apk --no-cache add ca-certificates tzdata zsh jq tmux curl
You can’t perform that action at this time.
0 commit comments