diff options
author | Yibo Cai <yibo.cai@arm.com> | 2018-08-27 02:06:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-27 02:06:42 +0000 |
commit | dcc6d075c0c3d413641f58661fd678bb8e3e34ac (patch) | |
tree | a729f3f490dc76799a931943a2b0dc360ef79a10 /build | |
parent | e25efc1328045faf5eb268598d5e80ce589ee886 (diff) | |
parent | 66106bb63160b3e2a992ff464cc6c053ac62dd3e (diff) |
Merge "build: add harbor tgz for arm64"
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 |