mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 05:13:29 +01:00
Merge pull request #1 from jdmarble/patch-1
Add support for armv7l arch
This commit is contained in:
commit
389974d7d3
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ k3s_arch_lookup:
|
|||
arm7:
|
||||
arch: arm
|
||||
suffix: "-armhf"
|
||||
armv7l:
|
||||
arch: arm
|
||||
suffix: "-armhf"
|
||||
armhf:
|
||||
arch: arm
|
||||
suffix: "-armhf"
|
||||
|
|
Loading…
Reference in a new issue