Skip to content

Commit 1ebc418

Browse files
committed
[+] updated deploy.yaml to remove linux/386 platform from build configuration
[*] adjusted platforms to only include linux/amd64 and linux/arm64
1 parent a1a0dbc commit 1ebc418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
push: true
6565
tags: ${{ steps.meta.outputs.tags }}
6666
labels: ${{ steps.meta.outputs.labels }}
67-
platforms: linux/amd64,linux/arm64,linux/386
67+
platforms: linux/amd64,linux/arm64
6868

6969
build-and-push-development:
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)