Skip to content

Commit 2be69b0

Browse files
committed
Adds snaps
1 parent cff4e7c commit 2be69b0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.goreleaser.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ dockers:
8686
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
8787
- "--label=org.opencontainers.image.version={{.Version}}"
8888

89-
# snapcrafts:
90-
# - name_template: "qf_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
91-
# name: quickfixgo-qf
92-
# publish: true
93-
# summary: Example QuickFIX/Go Applications.
94-
# description: Example QuickFIX/Go Applications.
95-
# grade: stable
96-
# confinement: strict
97-
# layout:
98-
# /etc/qf:
99-
# bind: $SNAP_DATA/etc
89+
snapcrafts:
90+
- name_template: "qf_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
91+
name: quickfixgo-qf
92+
publish: true
93+
summary: Example QuickFIX/Go Applications.
94+
description: Example QuickFIX/Go Applications.
95+
grade: stable
96+
confinement: strict
97+
layout:
98+
/etc/qf:
99+
bind: $SNAP_DATA/etc
100100
scoop:
101101
name: qf
102102
bucket:

0 commit comments

Comments
 (0)