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

Commit e508d97

Browse files
authored
ci: Added remote-os v2.0 build
1 parent b1374c1 commit e508d97

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
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}}
@@ -128,4 +133,4 @@
128133
files: |
129134
*.tar
130135
${{ env.HASH_FILENAME }}
131-
136+

0 commit comments

Comments
 (0)