packer: remove deprecated MacOS.prefer_64_bit?

This commit is contained in:
Michka Popoff 2019-01-20 14:44:11 +01:00
parent f52b65992f
commit ae6f4c18a1

View file

@ -19,7 +19,7 @@ class Packer < Formula
def install
ENV["XC_OS"] = "darwin"
ENV["XC_ARCH"] = MacOS.prefer_64_bit? ? "amd64" : "386"
ENV["XC_ARCH"] = "amd64"
ENV["GOPATH"] = buildpath
packerpath = buildpath/"src/github.com/hashicorp/packer"