Disable arm64 rolling builds
This commit is contained in:
parent
99966ba7db
commit
722e9364af
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pipeline:
|
|||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
platforms: linux/amd64, linux/arm64/v8
|
||||
platforms: linux/amd64
|
||||
repo: git.gaycatgirl.sex/evie/kyanite
|
||||
registry: git.gaycatgirl.sex
|
||||
tags: latest
|
||||
|
|
Reference in a new issue