Skip to content

Commit

Permalink
Remove aarch64-unknown-linux-gnu from flutter-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmie committed May 28, 2024
1 parent 9827c76 commit ab1e747
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -959,12 +959,12 @@ jobs:
distro: ubuntu18.04,
on: ubuntu-20.04,
}
- {
arch: aarch64,
target: aarch64-unknown-linux-gnu,
distro: ubuntu18.04,
on: [self-hosted, Linux, ARM64],
}
#- {
# arch: aarch64,
# target: aarch64-unknown-linux-gnu,
# distro: ubuntu18.04,
# on: [self-hosted, Linux, ARM64],
# }
steps:
- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v6
Expand Down Expand Up @@ -1433,10 +1433,10 @@ jobs:
target: x86_64-unknown-linux-gnu,
arch: x86_64,
}
- {
target: aarch64-unknown-linux-gnu,
arch: aarch64,
}
#- {
# target: aarch64-unknown-linux-gnu,
# arch: aarch64,
# }
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down Expand Up @@ -1491,13 +1491,13 @@ jobs:
on: ubuntu-20.04,
arch: x86_64,
}
- {
target: aarch64-unknown-linux-gnu,
# try out newer flatpak since error of "error: Nothing matches org.freedesktop.Platform in remote flathub"
distro: ubuntu22.04,
on: [self-hosted, Linux, ARM64],
arch: aarch64,
}
#- {
# target: aarch64-unknown-linux-gnu,
# # try out newer flatpak since error of "error: Nothing matches org.freedesktop.Platform in remote flathub"
# distro: ubuntu22.04,
# on: [self-hosted, Linux, ARM64],
# arch: aarch64,
# }
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down

0 comments on commit ab1e747

Please sign in to comment.