Skip to content

Commit c92271b

Browse files
committed
cmake: rename cmake tarball to be machine specific
change name so the cmake tarball artifact is machine specific. While not technically required, its easier to do this than try and share the artifact between the 2 machine (x86_64/aarch) builds. Signed-off-by: Kumar Gala <[email protected]>
1 parent 0d5f2a3 commit c92271b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ for t in ${TARGETS}; do
4848
./meta-zephyr-sdk/scripts/meta-zephyr-sdk-build.sh tools;
4949
mv ./meta-zephyr-sdk/scripts/toolchains/zephyr-sdk-${unameMachine}-hosttools-standalone-0.9.sh .
5050
elif [ "${t}" = "cmake" ]; then
51-
tar -jcvf ${t}.tar.bz2 -C ${SDK_NG_HOME} cmake;
51+
tar -jcvf ${t}.${unameMachine}.tar.bz2 -C ${SDK_NG_HOME} cmake;
5252
fi
5353
done
5454

0 commit comments

Comments
 (0)