mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Add arm/v7 platform for Docker builds
This commit is contained in:
parent
b47cfd1ba5
commit
cac83493da
4 changed files with 4 additions and 4 deletions
4
.github/workflows/docker-arm.yml
vendored
4
.github/workflows/docker-arm.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.arm64
|
||||
platforms: linux/arm64
|
||||
file: ./Dockerfile.arm
|
||||
platforms: linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: spikecodes/libreddit:arm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue