File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ jobs:
100100 docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}'
101101 docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:$VERSION \
102102 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \
103- --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm32 \
103+ # --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm32 \
104104 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \
105105 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64
106106 docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION
107107 docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \
108108 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \
109- --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm32 \
109+ # --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm32 \
110110 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \
111111 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64
112112 docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly
You can’t perform that action at this time.
0 commit comments