Skip to content

Commit da75c2e

Browse files
committed
update amd64 build.
1 parent 7d903e6 commit da75c2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/build-push-action@v2
4141
with:
4242
context: .
43-
platforms: linux/arm64
43+
platforms: linux/amd64
4444
load: true
4545
tags: |
4646
${{ env.IMAGE }}:${{ env.GIT_BRANCH }}
@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/build-push-action@v2
5656
with:
5757
context: .
58-
platforms: linux/arm64
58+
platforms: linux/amd64
5959
push: true
6060
tags: |
6161
${{ env.IMAGE }}:${{ env.GIT_BRANCH }}

0 commit comments

Comments
 (0)