Skip to content

Commit 4cc7350

Browse files
authored
Merge pull request #13 from CrowdSalat/patch-1
build x86 and arm image
2 parents d6c8abf + 54f2b5a commit 4cc7350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_push_to_ecr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: docker/[email protected]
5858
with:
5959
context: .
60-
platforms: linux/amd64
60+
platforms: linux/amd64,linux/arm64
6161
push: ${{ github.event_name != 'pull_request' }}
6262
tags: ${{ steps.meta.outputs.tags }}
6363
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)