fix: bad indentation in ci

This commit is contained in:
codgician 2025-01-13 12:02:14 +08:00
parent 96b7e4f9eb
commit 4d0d81e606
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ jobs:
# Determine architecture of GitHub runner
ARCH=x86_64
if [ "$(arch)" = arm64 ]; then
ARCH=aarch64
ARCH=aarch64
fi
# https://github.com/ryantm/agenix/pull/230#issuecomment-1867025385