Skip to content

Commit

Permalink
Build and test on a big endian arch
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Bettio <[email protected]>
  • Loading branch information
bettio committed Oct 17, 2023
1 parent 8308b43 commit 90957d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test-other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90957d0

Please sign in to comment.