diff --git a/images/macos/templates/macOS-11.pkr.hcl b/images/macos/templates/macOS-11.pkr.hcl index 6cdea6ef..774856ec 100644 --- a/images/macos/templates/macOS-11.pkr.hcl +++ b/images/macos/templates/macOS-11.pkr.hcl @@ -191,7 +191,8 @@ build { "./provision/core/firefox.sh", "./provision/core/pypy.sh", "./provision/core/pipx-packages.sh", - "./provision/core/bicep.sh" + "./provision/core/bicep.sh", + "./provision/core/graalvm.sh" ] execute_command = "chmod +x {{ .Path }}; source $HOME/.bash_profile; {{ .Vars }} {{ .Path }}" }