Skip to content

Commit 17623d6

Browse files
committed
Build with cgo disabled to make plugin work on alpine
1 parent 88f6b3f commit 17623d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
builds:
22
- main: ./cmd/helms3
33
binary: ./bin/helms3
4+
env:
5+
- CGO_ENABLED=0
46
goos:
57
- darwin
68
- linux

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "s3"
2-
version: "0.2.1"
2+
version: "0.2.2"
33
usage: "The plugin allows to use s3 protocol to upload, fetch charts and to work with repositories."
44
description: |-
55
Provides AWS S3 protocol support.

0 commit comments

Comments
 (0)