Skip to content

Commit 394eee8

Browse files
authored
Remove Linux/386 build
1 parent 28a034e commit 394eee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
continue-on-error: true
110110
with:
111111
context: .
112-
platforms: linux/amd64, linux/arm64, linux/s390x, linux/arm/v7, linux/arm/v6, linux/386
112+
platforms: linux/amd64, linux/arm64, linux/s390x, linux/arm/v7, linux/arm/v6
113113
push: ${{ steps.nrVersion.outputs.push }}
114114
file: .docker/Dockerfile.alpine
115115
build-args: |

0 commit comments

Comments
 (0)