ci: use sh shell in release workflow (node:22-alpine has no bash)
Some checks failed
Release: ARM64 Docker Image / build-arm64 (push) Failing after 1m40s
Some checks failed
Release: ARM64 Docker Image / build-arm64 (push) Failing after 1m40s
This commit is contained in:
@@ -9,7 +9,11 @@ jobs:
|
||||
build-arm64:
|
||||
# Нативный ARM64 runner на Orange Pi Zero 2 (aarch64).
|
||||
# GitHub недоступен в этой сети — НЕ используем actions/*, только чистые run: шаги.
|
||||
# node:22-alpine не содержит bash → используем sh
|
||||
runs-on: arm64
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
env:
|
||||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user