diff --git a/.github/workflows/build-and-test-other.yaml b/.github/workflows/build-and-test-other.yaml index 98d160c008..c7a1bcee46 100644 --- a/.github/workflows/build-and-test-other.yaml +++ b/.github/workflows/build-and-test-other.yaml @@ -108,11 +108,11 @@ jobs: tag: "bullseye" cflags: "-O2" - # It looks like we don't really support big-endian - # - arch: "powerpc" - # distro: "jessie" - # base_url: "http://archive.debian.org/debian" - # cflags: "-std=gnu99 -Os" + # Required for testing big endian archs + - arch: "s390x" + platform: "s390x" + tag: "bullseye" + cflags: "-O2" steps: - name: Checkout repo