Skip to content

Commit

Permalink
remove linux armhf build
Browse files Browse the repository at this point in the history
  • Loading branch information
danryu committed Dec 2, 2022
1 parent 49ecb7c commit 1284871
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@ jobs:
run_codeql: false
is_main_build_target: true

# Qt6 from apt - crossbuild for armhf eg rPi
# Disable for now: likely no Qt6 on rPi anyway. AppImage preferable
- config_name: Linux .deb armhf (artifacts)
target_os: linux
building_on_os: ubuntu-22.04
base_command: TARGET_ARCH=armhf ./.github/autobuild/linux.sh
run_codeql: false
# # Qt6 from apt - crossbuild for armhf eg rPi
# # Disable for now: likely no Qt6 on rPi anyway. AppImage preferable
# - config_name: Linux .deb armhf (artifacts)
# target_os: linux
# building_on_os: ubuntu-22.04
# base_command: TARGET_ARCH=armhf ./.github/autobuild/linux.sh
# run_codeql: false

- config_name: MacOS 10.15 - dmg+AppStore
target_os: macos
Expand Down

0 comments on commit 1284871

Please sign in to comment.