File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments