Deleted user
Deleted user
Hey @nikola-jokic, I tried this on the Ubuntu image and it works fine as expected, assuming that it's an issue with using the Kaniko image. ``` jobs: arm-build: runs-on: [arc-runner-kubernetes-ci-arm]...
@nikola-jokic , Could you please help on whether there is a feasible fix for this issue? Specifically, does the runner support running with gcr.io/kaniko-project/executor:debug as the base container? Is the...
is it still active?
We finally got it working with these arguments: ``` cat input_obtained_from_docker_scout | \ \ convert \ --output-version 1_5 \ --input-format spdxjson \ --output-format json ```
@purpshell Any updates on this?
Hello! If you are still interested, I posted a -possible- solution in a more recent issue: https://github.com/GodotVR/godot-xr-template/issues/33
>I have had this thought already but the task will need a lot of changes since entire code base is designed to serialize/de-serialize data in binary formats Yeah when I...
>With such a design, if there is validation failure then the server fails to start. This is what the current design is trying to prevent by discouraging manual config edits....
> > > With such a design, if there is validation failure then the server fails to start. This is what the current design is trying to prevent by discouraging...