Add arm64 to lttng-tools
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 19 Nov 2015 19:55:38 +0000 (14:55 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 19 Nov 2015 19:55:38 +0000 (14:55 -0500)
jobs/lttng-tools.yaml

index 253a607dcfd1c1282307b695163b9942ad391189..75387d4b9b8edc3aef19b470f1872524ed9fcebf 100644 (file)
       - 'lttng-tools_{version}_{buildtype}':
           buildtype: portbuild
           version: master
-          arch: !!python/tuple [armhf, powerpc, ppc64el]
+          arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent]
           urcuversion: !!python/tuple [master]
       - 'lttng-tools_{version}_{buildtype}':
           buildtype: portbuild
           version: stable-2.7
-          arch: !!python/tuple [armhf, powerpc]
+          arch: !!python/tuple [armhf, arm64, powerpc]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent]
           urcuversion: !!python/tuple [stable-0.9]
       - 'lttng-tools_{version}_{buildtype}':
           buildtype: portbuild
           version: stable-2.6
-          arch: !!python/tuple [armhf, powerpc]
+          arch: !!python/tuple [armhf, arm64, powerpc]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, no-ust, python-bindings]
           urcuversion: !!python/tuple [stable-0.9]
This page took 0.025073 seconds and 4 git commands to generate.