Skip to content

Commit 5547476

Browse files
committed
extract s390x
1 parent 6a25230 commit 5547476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish_docker_matrix_alpine.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
docker run -e DOCKER_TEST=1 --platform ${{ matrix.platform }} --name teddyCloud-test ${{ env.REGISTRY_IMAGE }}@${{ steps.build.outputs.digest }}
9595
continue-on-error: ${{ matrix.platform != 'linux/s390x' }}
9696
- name: Extract release zip
97-
if: ${{ matrix.platform != 'linux/s390x' }}
9897
run: |
9998
docker cp teddyCloud-test:/tmp/teddycloud.zip /tmp/teddycloud.${{ steps.platform_strip.outputs.platform }}.release.zip
10099
docker rm teddyCloud-test

0 commit comments

Comments
 (0)