mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Try docker multi-platform-builds for ARM
This commit is contained in:
parent
3546385ed2
commit
066f4463fc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker_build.yml
vendored
1
.github/workflows/docker_build.yml
vendored
|
@ -52,6 +52,7 @@ jobs:
|
|||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
Loading…
Add table
Add a link
Reference in a new issue