Skip to content

Commit

Permalink
CI: disable arm in appimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 18, 2025
1 parent 6e9bada commit e2be659
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
matrix:
BUILD_TYPE: [Release]
qt_version: [6.8.2]
os: [ubuntu-24.04, ubuntu-24.04-arm, ubuntu-22.04-arm]
os: [ubuntu-24.04] #, ubuntu-24.04-arm, ubuntu-22.04-arm]
include:
- os: ubuntu-24.04
qt_arch: "linux_gcc_64"
- os: ubuntu-24.04-arm
qt_arch: "linux_gcc_arm64"
- os: ubuntu-22.04-arm
qt_arch: "linux_gcc_arm64"
#- os: ubuntu-24.04-arm
# qt_arch: "linux_gcc_arm64"
#- os: ubuntu-22.04-arm
# qt_arch: "linux_gcc_arm64"

# See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)
# See: [Choosing the runner for a job](https://docs.github.com/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job)
Expand Down

0 comments on commit e2be659

Please sign in to comment.