Disable arm64 build
This commit is contained in:
parent
dc892285c6
commit
9d4110275b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64 #,linux/arm64/v8
|
||||||
labels: quay.expires-after=24w
|
labels: quay.expires-after=24w
|
||||||
push: true
|
push: true
|
||||||
tags: quay.io/pussthecatorg/breezewiki:latest
|
tags: quay.io/pussthecatorg/breezewiki:latest
|
||||||
|
|
Loading…
Reference in a new issue