dev: modify Go install to support arch64 and non-vagrant machines. (#16651)

This commit is contained in:
James Rasell
2023-03-28 14:18:48 +01:00
committed by GitHub
parent cef87f054a
commit 5816edcf85
5 changed files with 71 additions and 52 deletions

2
Vagrantfile vendored
View File

@@ -130,7 +130,7 @@ def configureLinuxProvisioners(vmCfg)
vmCfg.vm.provision "shell",
privileged: true,
path: './scripts/vagrant-linux-priv-go.sh'
path: './scripts/linux-priv-go.sh'
vmCfg.vm.provision "shell",
privileged: true,