This commit is contained in:
parent
110a0c27ed
commit
c91b19c74e
@ -13,6 +13,7 @@ local buildForArch(arch) = {
|
||||
image: 'rust:1.62',
|
||||
commands: [
|
||||
'echo Hello World from Jsonnet on ' + arch + '!',
|
||||
'touch ' + arch + '.txt',
|
||||
'cargo check',
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user