Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: drop Fedora ia32 builders #471

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,6 @@ jobs:
gccarch: x86_64
makearch: x86_64
distro: f34
- arch: amd64
efiarch: ia32
gccarch: x86_64
makearch: ia32
distro: f36
- arch: amd64
efiarch: ia32
gccarch: x86_64
makearch: ia32
distro: f35
- arch: amd64
efiarch: ia32
gccarch: x86_64
makearch: ia32
distro: f34

steps:
- name: Checkout
Expand Down Expand Up @@ -139,18 +124,6 @@ jobs:
efiarch: x64
makearch: x86_64
distro: centos7
- arch: amd64
efiarch: ia32
makearch: ia32
distro: f36
- arch: amd64
efiarch: ia32
makearch: ia32
distro: f35
- arch: amd64
efiarch: ia32
makearch: ia32
distro: f34
- arch: amd64
efiarch: ia32
makearch: ia32
Expand Down