remove i386 and multilib

This commit is contained in:
Kevin Pfeifer 2024-05-15 03:34:18 +02:00 committed by GitHub
parent fadbfe2a82
commit 04dee9ed4e
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
container: ["amd64/ubuntu", "arm64v8/ubuntu", "i386/ubuntu", "arm32v7/ubuntu"] container: ["amd64/ubuntu", "arm64v8/ubuntu", "arm32v7/ubuntu"]
steps: steps:
- -
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -33,8 +33,8 @@ jobs:
apt update -y -qq apt update -y -qq
apt install -y \ apt install -y \
gcc-multilib \ gcc \
g++-multilib \ g++ \
cmake \ cmake \
ninja-build \ ninja-build \
wayland-scanner++ \ wayland-scanner++ \