mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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: cortex-a7
|
||||||
cpu_info: cpuinfo/raspberrypi_3b
|
cpu_info: cpuinfo/raspberrypi_3b
|
||||||
base_image: https://raspi.debian.net/daily/raspi_3_bookworm.img.xz
|
base_image: https://raspi.debian.net/daily/raspi_3_bookworm.img.xz
|
||||||
|
os: linux
|
||||||
# source https://raspi.debian.net/daily-images/
|
# source https://raspi.debian.net/daily-images/
|
||||||
steps:
|
steps:
|
||||||
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
|
@ -41,7 +42,7 @@ jobs:
|
||||||
cpu_info: ${{ matrix.cpu_info }}
|
cpu_info: ${{ matrix.cpu_info }}
|
||||||
copy_repository_path: /opt/iiab/iiab
|
copy_repository_path: /opt/iiab/iiab
|
||||||
commands: |
|
commands: |
|
||||||
echo "${{ hostnamectl }}"
|
echo "$(hostnamectl)""
|
||||||
grep Model /proc/cpuinfo
|
grep Model /proc/cpuinfo
|
||||||
echo "🍏 This job's status is ${{ job.status }}."
|
echo "🍏 This job's status is ${{ job.status }}."
|
||||||
whoami # runner
|
whoami # runner
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue