Skip to content

Commit a8f6e43

Browse files
committed
ignore some errors
1 parent 7707102 commit a8f6e43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish_docker_matrix_alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
echo "platform=$platform"
8989
echo "platform=$platform" >> $GITHUB_OUTPUT
9090
- name: Run docker image test
91-
if: ${{ matrix.platform != 'linux/s390x' }}
9291
run: |
9392
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
9493
docker run -e DOCKER_TEST=1 --platform ${{ matrix.platform }} --name teddyCloud-test ${{ env.REGISTRY_IMAGE }}@${{ steps.build.outputs.digest }}
@@ -97,6 +96,7 @@ jobs:
9796
run: |
9897
docker cp teddyCloud-test:/tmp/teddycloud.zip /tmp/teddycloud.${{ steps.platform_strip.outputs.platform }}.release.zip
9998
docker rm teddyCloud-test
99+
continue-on-error: ${{ matrix.platform != 'linux/s390x' }}
100100

101101
- name: Export digest
102102
run: |

.github/workflows/publish_docker_matrix_ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
run: |
106106
docker cp teddyCloud-test:/tmp/teddycloud.zip /tmp/teddycloud.${{ steps.platform_strip.outputs.platform }}.release.zip
107107
docker rm teddyCloud-test
108+
continue-on-error: ${{ matrix.platform != 'linux/s390x' }}
108109

109110
- name: Export digest
110111
run: |

0 commit comments

Comments
 (0)