You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)
|