mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Temporarily disable arm docker build.
This commit is contained in:
parent
0d3b167e8a
commit
d9ab303a9d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -61,6 +61,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.openj9
|
file: ./Dockerfile.openj9
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: 1337kavin/piped:latest,1337kavin/piped:openj9
|
tags: 1337kavin/piped:latest,1337kavin/piped:openj9
|
||||||
|
|
Loading…
Reference in a new issue