diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/build-aarch64.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build-aarch64.yaml b/build/build-aarch64.yaml index 9ecb5f34..72d376e6 100644 --- a/build/build-aarch64.yaml +++ b/build/build-aarch64.yaml @@ -10,6 +10,12 @@ packages: get_method: cached url: http://artifacts.opnfv.org/compass4nfv/package/master/ubuntu-16.04-server-arm64.iso + # XXX: For now, it's only an empty file to satisfy build.sh + - name: harbor-empty.tgz + description: "The package of harbor offline installer" + get_method: cached + url: http://people.linaro.org/~yibo.cai/compass/harbor-empty.tgz + - name: compass-deck description: "RESTful API and DB Handlers for Compass" get_method: docker |