Skip to content

Commit 90aa45b

Browse files
committed
[+] updated deploy.yaml to add linux/386 platform back to build configuration
[-] removed linux/386 platform from build configuration in build-and-push-development job [*] adjusted platforms in create-release job to only include linux/amd64 and linux/arm64
1 parent 1ebc418 commit 90aa45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
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
67+
platforms: linux/amd64,linux/arm64,linux/386
6868

6969
build-and-push-development:
7070
runs-on: ubuntu-latest
@@ -115,7 +115,7 @@ jobs:
115115
push: true
116116
tags: ${{ steps.meta.outputs.tags }}
117117
labels: ${{ steps.meta.outputs.labels }}
118-
platforms: linux/amd64,linux/arm64,linux/386
118+
platforms: linux/amd64,linux/arm64
119119

120120
create-release:
121121
needs: build-and-push

0 commit comments

Comments
 (0)