Skip to content

Commit b9c9593

Browse files
committed
fix Dockerfile usage
1 parent 1b6155e commit b9c9593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/build-push-action@v5
3434
with:
3535
context: .
36-
platforms: linux/arm64
37-
file: ./arm64-Dockerfile
36+
platforms: linux/amd64,linux/arm64,linux/arm/v7
37+
file: ./Dockerfile
3838
push: true
3939
tags: ${{ inputs.version }}

0 commit comments

Comments
 (0)