Skip to content

Commit 2e5a781

Browse files
committed
Add ppc64le and s390x (dep image)
1 parent 227e0fc commit 2e5a781

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/deps-linuxdeploy-docker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ jobs:
2222
name: ${{ matrix.platform }}-dep-image
2323
strategy:
2424
matrix:
25-
platform: ['linux/amd64', 'linux/arm64', 'linux/arm/v7']
25+
platform:
26+
- linux/amd64
27+
- linux/arm64
28+
- linux/arm/v7
29+
- linux/ppc64le
30+
- linux/s390x
2631
fail-fast: true
2732
steps:
2833
-

dependencies.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN \
2727
sudo \
2828
wget \
2929
xxd && \
30-
apt install -y --reinstall ca-certificates && \
3130
update-ca-certificates -f
3231

3332
# Cmake dependencies

0 commit comments

Comments
 (0)