Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
add s390x architecture for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Winnie0408 authored Mar 29, 2023
1 parent 957cfe9 commit d9a090c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ docker-targets:
jpeg: libjpeg-turbo8-dev
python: python3
output: deb
matrix: ['amd64', 'arm64', 'armhf', 'ppc64el']
matrix: ['amd64', 'arm64', 'armhf', 'ppc64el', 's390x']
depend: >
ca-certificates
fontconfig
Expand Down Expand Up @@ -543,6 +543,7 @@ matrix-platforms:
armhf: linux/arm/v7
arm64: linux/arm64/v8
ppc64el: linux/ppc64le
s390x: linux/s390x
# centos
x86_64: linux/amd64
i686: linux/386
Expand Down

0 comments on commit d9a090c

Please sign in to comment.