Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
fix architecture var parsing (#18)
Browse files Browse the repository at this point in the history
* [fix] architecture var parsing

* lint
  • Loading branch information
paulfantom authored May 27, 2018
1 parent 56db3d7 commit 3bc2445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
10 changes: 0 additions & 10 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ driver:
lint:
name: yamllint
platforms:
# - name: bionic
# image: paulfantom/ubuntu-molecule:18.04
# privileged: true
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: xenial
image: paulfantom/ubuntu-molecule:16.04
privileged: true
Expand All @@ -31,11 +26,6 @@ platforms:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
# - name: fedora
# image: paulfantom/fedora-molecule:27
# privileged: true
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
name: ansible
lint:
Expand Down
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: arm
armv6l: arm
i386: '386'
x86_64: 'amd64'
aarch64: 'arm64'
armv7l: 'armv7'
armv6l: 'armv6'

0 comments on commit 3bc2445

Please sign in to comment.