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

Add Ubuntu 18.04 build image #176

Merged
merged 1 commit into from
May 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Vagrant.configure('2') do |config|
ubuntu-14.04-i386
ubuntu-16.04
ubuntu-16.04-i386
ubuntu-18.04
debian-7.10
debian-8.4
debian-9.3
Expand Down Expand Up @@ -131,7 +132,7 @@ Vagrant.configure('2') do |config|
UPDATE_AUTOCONF
end

if platform.start_with?('debian-9')
if platform.start_with?('debian-9') || platform.start_with?('ubuntu-18')
# https://github.com/chef/omnibus-toolchain/issues/73
c.vm.provision :shell, :privileged => true, :inline => <<-REMOVE_TAR
rm /opt/omnibus-toolchain/bin/tar
Expand Down