shim-unsigned-aarch64/build

9 lines
125 B
Bash
Executable File

#!/bin/bash
set -e
if [ $# -ne 1 ]; then
echo "usage: ./build <release>" 1>&2
exit 1
fi
arm-koji build $1 `fedpkg giturl`