Skip to content

Commit

Permalink
CI: use 'i386' as arch name for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Sep 17, 2023
1 parent b970f24 commit bba4017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
include:
- gtk-version: gtk3
linux-distro: debian
arch: 386
arch: i386
- gtk-version: gtk4
linux-distro: debian
arch: 386
arch: i386

name: ${{ matrix.linux-distro }} ${{ matrix.arch }} ${{ matrix.gtk-version }}
runs-on: ubuntu-latest
Expand All @@ -35,8 +35,8 @@ jobs:
- name: Set extra environment variables
run: |
case "${ARCHITECTURE}" in
386) echo MACHINE="i386" >> "$GITHUB_ENV";;
amd64) echo MACHINE="x86_64" >> "$GITHUB_ENV";;
amd64) echo MACHINE="x86_64" >> "$GITHUB_ENV";;
*) echo MACHINE="${ARCHITECTURE}" >> "$GITHUB_ENV";;
esac
- name: Build container
Expand Down

0 comments on commit bba4017

Please sign in to comment.