Skip to content

Commit

Permalink
Add ppc64le and s390x (dep image)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 11, 2024
1 parent 227e0fc commit 2e5a781
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/deps-linuxdeploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
name: ${{ matrix.platform }}-dep-image
strategy:
matrix:
platform: ['linux/amd64', 'linux/arm64', 'linux/arm/v7']
platform:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/ppc64le
- linux/s390x
fail-fast: true
steps:
-
Expand Down
1 change: 0 additions & 1 deletion dependencies.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN \
sudo \
wget \
xxd && \
apt install -y --reinstall ca-certificates && \
update-ca-certificates -f

# Cmake dependencies
Expand Down

0 comments on commit 2e5a781

Please sign in to comment.