From ced4f47c390487d7b89b2fa184b4cb8421beba35 Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Tue, 6 Feb 2024 11:37:07 -0800 Subject: [PATCH] KASM-5208 run aarch64 builds of maltego as it is just a java app --- ci-scripts/template-vars.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ci-scripts/template-vars.yaml b/ci-scripts/template-vars.yaml index b2ff688..06adefc 100644 --- a/ci-scripts/template-vars.yaml +++ b/ci-scripts/template-vars.yaml @@ -464,6 +464,14 @@ multiImages: - src/ubuntu/install/firefox/** - src/ubuntu/install/cleanup/** - src/ubuntu/install/chromium/** + - name: maltego + singleapp: true + base: core-ubuntu-focal + dockerfile: dockerfile-kasm-maltego + changeFiles: + - dockerfile-kasm-maltego + - src/ubuntu/install/maltego/** + - src/ubuntu/install/firefox/** - name: minetest singleapp: true base: core-ubuntu-focal @@ -697,14 +705,6 @@ singleImages: changeFiles: - dockerfile-kasm-insomnia - src/ubuntu/install/insomnia/** - - name: maltego - singleapp: true - base: core-ubuntu-focal - dockerfile: dockerfile-kasm-maltego - changeFiles: - - dockerfile-kasm-maltego - - src/ubuntu/install/maltego/** - - src/ubuntu/install/firefox/** - name: only-office singleapp: true base: core-ubuntu-focal