Skip to content

Commit

Permalink
Add aarch64 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed May 23, 2024
1 parent ee62551 commit 08d2dea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86,
# aarch64, armv7, s390x, ppc64le
target: [x86_64, x86, aarch64
# armv7, s390x, ppc64le
]
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions ci/prepare-ci-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

set -e

uname -a
if ! command -v yum &> /dev/null; then
set +e
which apt-get
which apt
fi

yum install -y libxkbcommon-devel libatomic

Expand Down

0 comments on commit 08d2dea

Please sign in to comment.