Skip to content

Commit

Permalink
Update qt6_crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs authored May 14, 2022
1 parent 861f4dd commit c925f0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/qt6_crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
name: [qt6-swizzin]
os_id: [debian, ubuntu]
os_version_id: [buster, bullseye, bionic, focal]
os_version_id: [buster, bullseye, bionic, focal, jammy]
arch: [amd64, armhf, arm64]
include:
- arch: amd64
Expand All @@ -30,6 +30,8 @@ jobs:
os_version_id: bionic
- os_id: debian
os_version_id: focal
- os_id: debian
os_version_id: jammy
- os_id: ubuntu
os_version_id: buster
- os_id: ubuntu
Expand Down Expand Up @@ -218,6 +220,6 @@ jobs:
replacesArtifacts: true
tag: "${{ env.qt_version }}"
name: "qt ${{ env.qt_version }}"
body: "Built with cmake using v${{ env.qt_version }} from github on amd64 arm64 armhf for Debian Buster Bullseye and Ubuntu bionic Focal"
body: "Built with cmake using v${{ env.qt_version }} from github on amd64 arm64 armhf for Debian Buster Bullseye and Ubuntu bionic Focal Jammy"
allowUpdates: true
token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c925f0f

Please sign in to comment.