mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Build docker images for ARM platforms too.
This commit is contained in:
parent
bfba868a1a
commit
7b34dddc5d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker_build.yml
vendored
1
.github/workflows/docker_build.yml
vendored
|
@ -46,6 +46,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
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