Files
hexagon-dsp-binaries/scripts/release.sh
Dmitry Baryshkov 43243bcdaa scripts/release: use ASCII armoured signatures
Create ASCII rather than binary signatures, they are easier to handle.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
2025-10-16 20:48:47 +03:00

10 lines
244 B
Bash
Executable File

#!/bin/sh
# SPDX-License-Identifier: MIT
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
set -e
make check
git tag -s -m "Hexagon DSP binaries, release $1" $1
make dist
gpg --sign -b -a dist/hexagon-dsp-binaries_$1.tar.gz