experimenting with architectures for drone/Docker
This commit is contained in:
parent
41de61070f
commit
05e1101a27
@ -36,6 +36,9 @@ local pipeline(os, arch) = {
|
|||||||
auto_tag: true,
|
auto_tag: true,
|
||||||
auto_tag_suffix: os + "-" + arch
|
auto_tag_suffix: os + "-" + arch
|
||||||
},
|
},
|
||||||
|
platforms: [
|
||||||
|
os + "/" + arch
|
||||||
|
],
|
||||||
when: {
|
when: {
|
||||||
event: "tag"
|
event: "tag"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user