soma icon indicating copy to clipboard operation
soma copied to clipboard

Empty executable / readonly is not supported in Binary config

Open Qwaz opened this issue 6 years ago • 0 comments

name = "a"

[binary]
os = "ubuntu:16.04"
cmd = "./a"

This should be a valid soma.toml but currently rejected by the program with the following error.

missing field executable for key binary

Qwaz avatar Mar 28 '19 13:03 Qwaz