Skip to content

Commit 731c1ea

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

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,linux/386
67+
platforms: linux/amd64
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
118+
platforms: linux/amd64
119119

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

0 commit comments

Comments
 (0)