mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Build OpenJ9 Images for arm (#153)
This commit is contained in:
parent
85795fde3f
commit
0c86edc1be
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:
|
||||
context: .
|
||||
file: ./Dockerfile.openj9
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: 1337kavin/piped:latest,1337kavin/piped:openj9
|
||||
|
|
Loading…
Reference in a new issue