shim-unsigned-aarch64/build
Troy Dawson 5efe3d3a4f RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/shim-unsigned-aarch64#00c45e20c28efbe238dd6b79037818606c6b6edd
2025-03-06 12:22:26 +01:00

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`