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