From 5217af8068d32480afa801bbf64697440663e0e3 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Mon, 7 Feb 2022 17:04:11 +0300 Subject: [PATCH] Add GraalVM into Anka template (#5035) --- images/macos/templates/macOS-11.pkr.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}" }