File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 37
37
run : docker run --platform linux/arm64 --user=999 --rm kcllang/kcl sh -c "kcl version"
38
38
- name : Test docker arm64 non-user with KCL running
39
39
run : docker run --platform linux/arm64 --user=999 --rm kcllang/kcl sh -c "echo 'a=1' | kcl run -"
40
+ - name : Test docker arm64 non-user with KCL module OCI source pulling
41
+ run : docker run --platform linux/arm64 --user=999 --rm kcllang/kcl sh -c "kcl mod pull subhelloworld:0.0.1 --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.4"
42
+ - name : Test docker arm64 non-user with KCL module Git source pulling
43
+ run : docker run --platform linux/arm64 --user=999 --rm kcllang/kcl sh -c "kcl mod pull cc:0.0.1 --git git://github.com/kcl-lang/flask-demo-kcl-manifests.git --commit 8308200"
You can’t perform that action at this time.
0 commit comments