qemu-user-static/.drone.star

18 lines
281 B
Plaintext
Raw Permalink Normal View History

2020-04-22 17:58:29 +00:00
load('@lib//arch_pkg:helpers.star', 'generate')
#load('helpers.star', 'generate')
config = {
'arch_matrix': [
'aarch64',
],
'all': [
2020-04-22 18:34:59 +00:00
'glib2-static',
'pcre-static',
2020-04-22 17:58:29 +00:00
'qemu-user-static'
]
}
def main(ctx):
return generate(config)