Skip to content

Commit

Permalink
Try platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 24, 2024
1 parent 134f082 commit 1981619
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
# https://github.com/nodejs/docker-node/issues/1973
arch:
- amd64
- arm32v6
- arm32v7
- arm64v8
- ppc64le
- s390x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,8 +70,10 @@ jobs:
# https://github.com/nodejs/docker-node/issues/1973
arch:
- amd64
- arm32v6
- arm32v7
- arm64v8
- ppc64le
- s390x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -157,8 +161,10 @@ jobs:
# https://github.com/nodejs/docker-node/issues/1973
run: |
for platform in linux-amd64 \
linux-arm32v6 \
linux-arm32v7 \
linux-arm64v8 \
linux-ppc64le
linux-s390x
do
make docker.untar \
from-file=.cache/$platform-${{ github.run_number }}/image.tar
Expand All @@ -178,8 +184,10 @@ jobs:
run: make docker.manifest push=yes
registries=${{ matrix.registry }}
of='${{ steps.version.outputs.group1 }}-linux-amd64
${{ steps.version.outputs.group1 }}-linux-arm32v6
${{ steps.version.outputs.group1 }}-linux-arm32v7
${{ steps.version.outputs.group1 }}-linux-arm64v8
${{ steps.version.outputs.group1 }}-linux-ppc64le'
${{ steps.version.outputs.group1 }}-linux-s390x'
if: ${{ steps.skip.outputs.no == 'true' }}

# On GitHub Container Registry README is automatically updated on pushes.
Expand Down

0 comments on commit 1981619

Please sign in to comment.