From 89dbfd61e552b6ae509d72e1a3992b80e7546b88 Mon Sep 17 00:00:00 2001 From: "Matthew J. Milner" Date: Fri, 17 Jan 2025 22:45:33 +0100 Subject: [PATCH] Disable ARM builds for now Signed-off-by: Matthew J. Milner --- .github/workflows/build_linux.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 9af8a6e2e4..c019b47ebc 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -28,13 +28,13 @@ jobs: build_type: "Release", cmake_flags: "-G Ninja", } - - { - name: "Ubuntu ARM", artifact: "", - os: ubuntu-24.04-arm, - cc: "gcc", cxx: "g++", - build_type: "Release", - cmake_flags: "-G Ninja", - } + #- { + # name: "Ubuntu ARM", artifact: "", + # os: ubuntu-24.04-arm, + # cc: "gcc", cxx: "g++", + # build_type: "Release", + # cmake_flags: "-G Ninja", + # } - { name: "AppImage x86", artifact: "Avogadro2-x86_64.AppImage", os: ubuntu-22.04, @@ -42,13 +42,13 @@ jobs: build_type: "Release", cmake_flags: "-G Ninja -DINSTALL_BUNDLE_FILES=ON", } - - { - name: "AppImage ARM", artifact: "Avogadro2-arm64.AppImage", - os: ubuntu-22.04-arm, - cc: "gcc", cxx: "g++", - build_type: "Release", - cmake_flags: "-G Ninja -DINSTALL_BUNDLE_FILES=ON", - } + #- { + # name: "AppImage ARM", artifact: "Avogadro2-arm64.AppImage", + # os: ubuntu-22.04-arm, + # cc: "gcc", cxx: "g++", + # build_type: "Release", + # cmake_flags: "-G Ninja -DINSTALL_BUNDLE_FILES=ON", + # } - { name: "Ubuntu Address Sanitizer", artifact: "", os: ubuntu-latest,