We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d903e6 commit da75c2eCopy full SHA for da75c2e
1 file changed
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: docker/build-push-action@v2
41
with:
42
context: .
43
- platforms: linux/arm64
+ platforms: linux/amd64
44
load: true
45
tags: |
46
${{ env.IMAGE }}:${{ env.GIT_BRANCH }}
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
push: true
60
61
0 commit comments