npv2k1 commited on
Commit
2b36902
·
1 Parent(s): 2a99322

Update build workflow to target only linux/amd64 platform for Docker publishing

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yaml +1 -1
.github/workflows/build.yaml CHANGED
@@ -20,7 +20,7 @@ jobs:
20
  steps:
21
  - uses: pnstack/actions/docker-publish@main
22
  with:
23
- platforms: linux/amd64,linux/arm64
24
  dockerfile: Dockerfile
25
  context: .
26
  push_enabled: true
 
20
  steps:
21
  - uses: pnstack/actions/docker-publish@main
22
  with:
23
+ platforms: linux/amd64
24
  dockerfile: Dockerfile
25
  context: .
26
  push_enabled: true