qemu-user-static/.drone.star
Davide Depau 3c6536b535
All checks were successful
continuous-integration/drone/push Build is passing
Build AUR dependencies too
2020-04-22 20:34:59 +02:00

17 lines
281 B
Text

load('@lib//arch_pkg:helpers.star', 'generate')
#load('helpers.star', 'generate')
config = {
'arch_matrix': [
'aarch64',
],
'all': [
'glib2-static',
'pcre-static',
'qemu-user-static'
]
}
def main(ctx):
return generate(config)