mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 07:59:47 +00:00
Added name & change shell to bash
This commit is contained in:
parent
530ffa0bd8
commit
d85d7638e3
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -190,12 +190,14 @@ jobs:
|
||||
with:
|
||||
lfs: true # Enable Git LFS
|
||||
|
||||
- uses: pguyot/arm-runner-action@v2.6.5
|
||||
- name: Run ARM runner
|
||||
uses: pguyot/arm-runner-action@v2.6.5
|
||||
with:
|
||||
base_image: dietpi:rpi_armv8_bullseye
|
||||
cpu: cortex-a53
|
||||
image_additional_mb: 5000 # ~ 5GB
|
||||
optimize_image: false
|
||||
shell: /bin/bash
|
||||
commands: |
|
||||
# Rust complains (rightly) that $HOME doesn't match eid home:
|
||||
export HOME=/root
|
||||
|
Loading…
Reference in New Issue
Block a user