Skip to content

Commit

Permalink
Faas-cli binary template for linux amd64
Browse files Browse the repository at this point in the history
faas-cli binary template did not have a amd64 linux branch in the
template.
 This was reported under #173

Tested on linux amd64

Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
  • Loading branch information
Waterdrips authored and alexellis committed Aug 9, 2020
1 parent 8de0eff commit 8c0b60f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/get/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ func MakeTools() []Tool {
{{.Name}}-armhf
{{- else if eq .Arch "aarch64" -}}
{{.Name}}-arm64
{{- else -}}
{{.Name}}
{{- end -}}`,
})

Expand Down

0 comments on commit 8c0b60f

Please sign in to comment.