Skip to content

Commit

Permalink
extract s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 30, 2024
1 parent 6a25230 commit 5547476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish_docker_matrix_alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
docker run -e DOCKER_TEST=1 --platform ${{ matrix.platform }} --name teddyCloud-test ${{ env.REGISTRY_IMAGE }}@${{ steps.build.outputs.digest }}
continue-on-error: ${{ matrix.platform != 'linux/s390x' }}
- name: Extract release zip
if: ${{ matrix.platform != 'linux/s390x' }}
run: |
docker cp teddyCloud-test:/tmp/teddycloud.zip /tmp/teddycloud.${{ steps.platform_strip.outputs.platform }}.release.zip
docker rm teddyCloud-test
Expand Down

0 comments on commit 5547476

Please sign in to comment.