mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-06 05:26:11 +01:00
add arm
This commit is contained in:
parent
4363d4c9ed
commit
c0915a3dee
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -24,6 +24,9 @@ jobs:
|
|||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
|
|
@ -44,7 +47,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm/v7
|
||||
push: true
|
||||
tags: jonaswinkler/paperless-ng:edge
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue