Skip to content

Commit

Permalink
chore: include boot files in the release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Apr 24, 2024
1 parent 499b893 commit 74fdf17
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,21 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}
{{ end }}
{{- end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip
files:
- src: ./external/geth/geth-poa/entrypoint.sh
dst: ./
strip_parent: true
- src: ./external/geth/geth-poa/genesis.json
dst: ./
strip_parent: true
- src: ./external/geth/geth-poa/util/deploy_create2.sh
dst: ./
strip_parent: true

checksum:
name_template: >-
Expand Down

0 comments on commit 74fdf17

Please sign in to comment.