Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 2d782d5

Browse files
authored
ci: Added remote-os v2.0 build
1 parent 803accc commit 2d782d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
qmake-args: "CONFIG+=release",
3232
build-image: "zehnm/yio-crosscompile-action:2.0.0"
3333
}
34+
- {
35+
name: "remote-os v2.0 Build", artifact: "RPi0-Qt5.15.2",
36+
qmake-args: "CONFIG+=release",
37+
build-image: "zehnm/yio-crosscompile-action:3.0.0"
38+
}
3439

3540
steps:
3641
- name: Checkout ${{ env.PROJECT_NAME}}

0 commit comments

Comments
 (0)