Skip to content

Commit

Permalink
don't build goarch 386
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <[email protected]>
  • Loading branch information
losisin committed Oct 24, 2023
1 parent 0831469 commit c0ca770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ builds:
goarch:
- amd64
- arm64
- 386
binary: schema

archives:
Expand All @@ -33,6 +32,7 @@ archives:
- plugin.yaml

checksum:
name_template: '{{ .ProjectName }}-checksum.sha'
algorithm: sha256

changelog:
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "schema"
version: "0.1.1"
version: "0.1.2"
usage: "generate values.schema.json from values yaml"
description: "Helm plugin for generating values.schema.json from multiple values files."
ignoreFlags: false
Expand Down

0 comments on commit c0ca770

Please sign in to comment.