mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-06 06:27: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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -31,6 +31,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: spikecodes/libreddit:latest
|
tags: spikecodes/libreddit:latest
|
Loading…
Add table
Add a link
Reference in a new issue