This commit is contained in:
parent
6e13037360
commit
2f125362df
1 changed files with 2 additions and 10 deletions
|
|
@ -9,16 +9,8 @@ jobs:
|
|||
echo "Hello from host: $distro"
|
||||
- name: Run something in Alpine
|
||||
uses: docker://alpine:3.20
|
||||
with:
|
||||
args: -lc '
|
||||
distro=$(. /etc/os-release && echo $PRETTY_NAME)
|
||||
echo "Hello from inside $distro"
|
||||
'
|
||||
run: echo "Hello from inside Alpine"
|
||||
- name: Run something in ArchBtw
|
||||
uses: docker://archlinux:base
|
||||
with:
|
||||
args: -lc '
|
||||
distro=$(. /etc/os-release && echo $PRETTY_NAME)
|
||||
echo "Hello from inside $distro"
|
||||
'
|
||||
run: echo "Hello from inside ArchBtw"
|
||||
- run: echo "Back on the host runner again"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue