Skip to content

Commit

Permalink
Add s390x testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Nov 19, 2023
1 parent eac7ad3 commit b6e6374
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,24 @@ jobs:
./configure CPPFLAGS="-DENABLE_SECCOMP_FILTER=1"
bmake regress
shell: alpine-ppc64le.sh {0}
alpine_sandboxed_s390x:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup latest Alpine Linux for ppc64le
uses: jirutka/setup-alpine@v1.1.4
with:
arch: s390x
packages: >
build-base
curl-dev
bmake
zlib-dev
linux-headers
shell-name: alpine-s390x.sh
- name: Configure, build, and test on s390x
run: |
cat /etc/alpine-release
./configure CPPFLAGS="-DENABLE_SECCOMP_FILTER=1"
bmake regress
shell: alpine-s390x.sh {0}

0 comments on commit b6e6374

Please sign in to comment.