🔧 (docker-build.yml): update platforms to only support linux/amd64 for docker build process
This commit is contained in:
parent
30eacad94a
commit
83b859152f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: "linux/amd64,linux/arm64/v8"
|
||||
platforms: "linux/amd64"
|
||||
file: ${{ needs.setup.outputs.file }}
|
||||
tags: ${{ needs.setup.outputs.tags }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue