Skip to content

Commit

Permalink
ci: disable i386-unknown-linux-gnu
Browse files Browse the repository at this point in the history
Disable i386 linux build for ubuntu-24.04, due to
actions/runner-images#9977
  • Loading branch information
junhochoi committed Jul 12, 2024
1 parent 4ef6b99 commit b49b3d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
target: ["aarch64-unknown-linux-gnu","armv7-unknown-linux-gnueabihf","i686-unknown-linux-gnu"]
# "i686-unknown-linux-gnu" is disabled in ubuntu24.04 runner
target: ["aarch64-unknown-linux-gnu","armv7-unknown-linux-gnueabihf"]
# Only run on "pull_request" event for external PRs. This is to avoid
# duplicate builds for PRs created from internal branches.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
Expand Down

0 comments on commit b49b3d3

Please sign in to comment.