Skip to content

Commit

Permalink
fix substreams version tag typo, enable cgo on goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Sep 22, 2022
1 parent 59d911a commit 099a0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ builds:
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
binary: fireaptos
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
archives:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down
2 changes: 1 addition & 1 deletion substreams/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
specVersion: v0.2.0
specVersion: v0.1.0
package:
name: aptos
version: v0.2.0
Expand Down

0 comments on commit 099a0e2

Please sign in to comment.