Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
fix architecture var parsing (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored May 27, 2018
1 parent a3bae8b commit 9daebdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
go_arch_map:
i386: 386
x86_64: amd64
aarch64: arm64
armv7l: armv7
armv6l: armv6
i386: '386'
x86_64: 'amd64'
aarch64: 'arm64'
armv7l: 'armv7'
armv6l: 'armv6'

0 comments on commit 9daebdf

Please sign in to comment.