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

Commit

Permalink
ci: Added remote-os v2.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Apr 18, 2021
1 parent b1374c1 commit e508d97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
qmake-args: "CONFIG+=release",
build-image: "zehnm/yio-crosscompile-action:2.0.0"
}
- {
name: "remote-os v2.0 Build", artifact: "RPi0-Qt5.15.2",
qmake-args: "CONFIG+=release",
build-image: "zehnm/yio-crosscompile-action:3.0.0"
}

steps:
- name: Checkout ${{ env.PROJECT_NAME}}
Expand Down Expand Up @@ -128,4 +133,4 @@
files: |
*.tar
${{ env.HASH_FILENAME }}

0 comments on commit e508d97

Please sign in to comment.