mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Switch Docker builds in GitHub Actions to only ARM
This commit is contained in:
parent
a18db1e2b7
commit
0b64a52a63
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Docker Multi-Architecture Build
|
||||
name: Docker ARM Build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -31,6 +31,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/arm64
|
||||
push: true
|
||||
tags: spikecodes/libreddit:latest
|
Loading…
Add table
Add a link
Reference in a new issue