Skip to content

Commit

Permalink
ci: Disable Windows ARM64 build due to GTK4 dependency limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent 841751a commit a0849d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
name: CI

# Note: Windows ARM64 builds are currently disabled as GTK4 and its dependencies
# are not yet available for this platform in vcpkg

jobs:
flatpak:
name: "Flatpak"
Expand Down Expand Up @@ -110,10 +113,11 @@ jobs:
windows:
name: "Windows"
runs-on: windows-latest
# Only build for x64 since GTK4 is not available for Windows ARM64 yet
strategy:
fail-fast: false
matrix:
arch: [x64, arm64]
arch: [x64]
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
Expand Down

0 comments on commit a0849d6

Please sign in to comment.