Skip to content

Commit 9a6b233

Browse files
authored
Update test.yml
1 parent 3cb6649 commit 9a6b233

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ jobs:
6363
context: .
6464
file: ./Dockerfile
6565
#target: prod
66-
# add to platforms linux/ppc64leL Issue: py3-grpcio
67-
# add to platform linux/386 : Issue: openjdk11-jre-headless alpine package not
68-
# add to platform ,linux/arm/v6 : Issue: openjdk11-jre-headless alpine package not found
69-
# add to platform ,linux/arm/v7 : Issue: openjdk11-jre-headless alpine package not found
70-
# All images with openjdk hav an issue with linux/s390x Problematic frame: J 6 c1 java.lang.String.hashCode()I java.base@11.0.9 (49 bytes) : Issue: openjdk11-jre-headles
66+
# add to platforms comma seperated linux/ppc64leL Issue: py3-grpcio
67+
# add to platforms comma seperated linux/386 : Issue: openjdk11-jre-headless alpine package not
68+
# add to platforms comma seperated ,linux/arm/v6 : Issue: openjdk11-jre-headless alpine package not found
69+
# add to platforms comma seperated ,linux/arm/v7 : Issue: openjdk11-jre-headless alpine package not found
70+
# add to platforms comma seperated ,linux/s390x: All images with openjdk hav an issue with linux/s390x Problematic frame: J 6 c1 java.lang.String.hashCode()I java.base@11.0.9 (49 bytes) : Issue: openjdk11-jre-headles
71+
# add to platforms comma seperated ,linux/arm64: : PyDev issue only
7172

72-
platforms: linux/amd64,linux/arm64
73+
platforms: linux/amd64
7374
push: ${{ github.event_name != 'pull_request' }}
7475
tags: ${{ steps.prep.outputs.tags }}
7576
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)