Skip to content

Commit 92aec6d

Browse files
committed
update pimod / run github workflow on arm
1 parent 63ea6d6 commit 92aec6d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
release:
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-24.04-arm
88
steps:
99
- name: Create release
1010
uses: softprops/action-gh-release@v1
@@ -14,7 +14,7 @@ jobs:
1414
generate_release_notes: True
1515

1616
build-tsOS-vhf:
17-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-24.04-arm
1818
needs: release
1919
steps:
2020
- name: Checkout repository
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.PAT_JONASHOECHST }}
2525

2626
- name: Run tsOS-vhf.Pifile
27-
uses: Nature40/pimod@v0.7.0
27+
uses: Nature40/pimod@v0.8.0
2828
with:
2929
pifile: tsOS-vhf.Pifile
3030

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
pimod:
3-
image: nature40/pimod:v0.7.0
3+
image: nature40/pimod:v0.8.0
44
privileged: true
55
tty: true
66
volumes:

0 commit comments

Comments
 (0)