mirror of
https://github.com/ryantm/agenix.git
synced 2025-02-12 15:56:52 +03:00
fix: bad indentation in ci
This commit is contained in:
parent
96b7e4f9eb
commit
4d0d81e606
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue