Add nomad template

This commit is contained in:
2023-06-09 12:10:29 -07:00
parent e27ef16f0d
commit 5903ce9c56
3 changed files with 71 additions and 7 deletions

View File

@@ -15,12 +15,7 @@ builds:
- arm
archives:
- id: archive
name_template: >-
{{ .ProjectName }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "arm64"}}aarch64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
name_template: "{{ .ProjectName }}-{{ .Arch }}"
files:
- lure-updater.example.toml
blobs: