Skip to content

Commit 5a08603

Browse files
authored
Remove linux-arm32 from Docker manifest
Removed references to the linux-arm32 architecture from Docker manifest creation as the ARM32 build is no longer working and causes the manifest publication to fail
1 parent 50d2a69 commit 5a08603

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nightlydockerimages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,11 @@ jobs:
100100
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
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 \
104103
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \
105104
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64
106105
docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION
107106
docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \
108107
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \
109-
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm32 \
110108
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \
111109
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64
112110
docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly

0 commit comments

Comments
 (0)