Merge branch 'feature/KASM-2244_kali_arm' into 'master'

KASM-2244 Kali Arm

Closes KASM-2244

See merge request kasm-technologies/internal/KasmVNC!21
pull/89/head
Matthew McClaskey 3 years ago
commit 93e89bd8be

@ -201,6 +201,22 @@ build_kali_rolling:
paths: paths:
- output/ - output/
build_kali_rolling_arm:
stage: build
allow_failure: true
tags:
- arm
before_script:
- *prepare_build
- *prepare_www
after_script:
- *prepare_artfacts
script:
- bash builder/build-package kali kali-rolling;
artifacts:
paths:
- output/
build_centos7: build_centos7:
stage: build stage: build
allow_failure: true allow_failure: true

Loading…
Cancel
Save