mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
update hostnamectl
This commit is contained in:
parent
249d6fd24d
commit
815f098475
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ jobs:
|
|||
cpu: cortex-a7
|
||||
cpu_info: cpuinfo/raspberrypi_3b
|
||||
base_image: https://raspi.debian.net/daily/raspi_3_bookworm.img.xz
|
||||
os: linux
|
||||
# source https://raspi.debian.net/daily-images/
|
||||
steps:
|
||||
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
@ -41,7 +42,7 @@ jobs:
|
|||
cpu_info: ${{ matrix.cpu_info }}
|
||||
copy_repository_path: /opt/iiab/iiab
|
||||
commands: |
|
||||
echo "${{ hostnamectl }}"
|
||||
echo "$(hostnamectl)""
|
||||
grep Model /proc/cpuinfo
|
||||
echo "🍏 This job's status is ${{ job.status }}."
|
||||
whoami # runner
|
||||
|
|
Loading…
Reference in a new issue