nur mal fuer spass
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
17d1ee9086
commit
151178c044
@ -17,9 +17,10 @@ local pipeline(arch, os) = {
|
|||||||
};
|
};
|
||||||
[
|
[
|
||||||
pipeline("linux", "amd64"),
|
pipeline("linux", "amd64"),
|
||||||
pipeline("linux", "arm64"),
|
|
||||||
pipeline("darwin", "amd64"),
|
|
||||||
pipeline("darwin", "arm64"),
|
|
||||||
pipeline("windows", "amd64"),
|
|
||||||
pipeline("windows", "arm64"),
|
|
||||||
]
|
]
|
||||||
|
// pipeline("linux", "arm64"),
|
||||||
|
// pipeline("darwin", "amd64"),
|
||||||
|
// pipeline("darwin", "arm64"),
|
||||||
|
// pipeline("windows", "amd64"),
|
||||||
|
// pipeline("windows", "arm64"),
|
||||||
|
// ]
|
Loading…
Reference in New Issue
Block a user