Skip to content

Commit c324b6d

Browse files
committed
fix "platforms" copy-paste issue
1 parent 95f62fb commit c324b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Build and push
3434
uses: docker/build-push-action@v2
3535
with:
36-
platforms: linux/arm64,linux/arm64
36+
platforms: linux/arm64,linux/amd64
3737
push: true
3838
tags: suddengunter/spendshelf-backend:${{ env.TAG }}

0 commit comments

Comments
 (0)