change bionic64to focal64 (#2371)
This commit is contained in:
parent
d418e595cf
commit
ddf7d92c69
2
config/templates/Vagrantfile
vendored
2
config/templates/Vagrantfile
vendored
@ -15,7 +15,7 @@ SCRIPT
|
||||
Vagrant.configure(2) do |config|
|
||||
|
||||
# What box should we base this build on?
|
||||
config.vm.box = "ubuntu/bionic64"
|
||||
config.vm.box = "ubuntu/focal64"
|
||||
config.vm.box_version = ">= 20180719.0.0"
|
||||
|
||||
# Default images are not big enough to build Armbian.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user