File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -100,11 +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 \
103104 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \
104105 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64
105106 docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION
106107 docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \
107108 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \
109+ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm32 \
108110 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \
109111 --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64
110112 docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly
You can’t perform that action at this time.
0 commit comments