aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Quintana <[email protected]>2022-11-28 10:31:10 +0100
committerJose Quintana <[email protected]>2022-11-28 10:31:10 +0100
commit2844344c1d3f1a98f35222e20123f26badfa9369 (patch)
tree54e97d47493f4660d10c105210fb197e7c45180f
parentb3a04031fd137c63badaac5b54242511f40b1f49 (diff)
downloadalpine-cgit-2844344c1d3f1a98f35222e20123f26badfa9369.tar.xz
alpine-cgit-2844344c1d3f1a98f35222e20123f26badfa9369.zip
feat: linux powerpc (ppc64le) and s390x
- linux/ppc64le - linux/s390x
-rw-r--r--.github/workflows/devel.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml
index f32fe9c..4f0f8b1 100644
--- a/.github/workflows/devel.yml
+++ b/.github/workflows/devel.yml
@@ -21,6 +21,8 @@ jobs:
- linux/arm64
- linux/arm/v7
- linux/arm/v6
+ - linux/ppc64le
+ - linux/s390x
runs-on: ubuntu-20.04
services:
registry:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c1f5490..0151056 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
with:
push: true
context: .
- platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
+ platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x
file: Dockerfile
tags: ${{ steps.meta.outputs.tags }}
build-args: |