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