blob: 97f788306014a42ec9d15e0286e5f59088ba7185 [file] [log] [blame]
// Demonstration spec file.
{
product: 'workstation',
artifact_groups: [
{
artifact_store: {
name: 'workstation_local_repo',
type: 'local',
path: 'artifact_groups.json'
},
attributes: {
architecture: 'x64'
},
artifacts: [
{
name: 'flutter_aot_product_runner/0'
},
{
name: 'twentyfortyeight/0'
}
]
},
{
artifact_store: {
name: 'config_file_local_repo',
type: 'local',
path: 'artifact_groups2.json'
},
attributes: {
architecture: 'x64'
},
artifacts: [
{
name: 'config-file'
}
]
}
]
}