mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-26 18:13:16 +01:00
Merge branch 'feature/KASM-2244_kali_arm' into 'master'
KASM-2244 Kali Arm Closes KASM-2244 See merge request kasm-technologies/internal/KasmVNC!21
This commit is contained in:
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…
Reference in New Issue
Block a user