1
0
Fork 0
mirror of https://github.com/ryantm/agenix.git synced 2025-03-14 14:31:49 +03:00

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 # Determine architecture of GitHub runner
ARCH=x86_64 ARCH=x86_64
if [ "$(arch)" = arm64 ]; then if [ "$(arch)" = arm64 ]; then
ARCH=aarch64 ARCH=aarch64
fi fi
# https://github.com/ryantm/agenix/pull/230#issuecomment-1867025385 # https://github.com/ryantm/agenix/pull/230#issuecomment-1867025385