Skip to content

Commit

Permalink
Disable ARM builds for now
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew J. Milner <matterhorn103@proton.me>
  • Loading branch information
matterhorn103 committed Jan 17, 2025
1 parent ccd3b52 commit 89dbfd6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@ 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,
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: "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,
Expand Down

0 comments on commit 89dbfd6

Please sign in to comment.