mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-12-14 06:10:38 +05:30
Only build arm64 and amd64 for now.
This commit is contained in:
parent
ef0e80b29a
commit
135072ca99
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: 1337kavin/piped-instances-api:latest
|
tags: 1337kavin/piped-instances-api:latest
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
|
Loading…
Reference in New Issue
Block a user