Skip to content

Commit 79e36aa

Browse files
committed
only build for amd64
1 parent 1694f94 commit 79e36aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
context: .
3030
file: ./Dockerfile
31-
platforms: linux/amd64,linux/arm64
31+
platforms: linux/amd64
3232
push: true
3333
tags: |
3434
bsplu/rest_docker:${{ github.ref_name }}

0 commit comments

Comments
 (0)