Skip to content

Commit 2b36902

Browse files
committed
Update build workflow to target only linux/amd64 platform for Docker publishing
1 parent 2a99322 commit 2b36902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: pnstack/actions/docker-publish@main
2222
with:
23-
platforms: linux/amd64,linux/arm64
23+
platforms: linux/amd64
2424
dockerfile: Dockerfile
2525
context: .
2626
push_enabled: true

0 commit comments

Comments
 (0)