Skip to content

Commit

Permalink
Added aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkman committed Aug 18, 2024
1 parent 8735a3b commit c1e10d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system/prometheus/prometheus.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "x86_64" ]; then
PKG_ARCH=amd64
elif [ "$ARCH" = "aarch64" ]; then
PKG_ARCH=arm64
else
echo "$ARCH is not supported."
echo "Unsuported Architecture"
exit 1
fi

Expand Down

0 comments on commit c1e10d9

Please sign in to comment.