mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Disable automatic builds on self-hosted runner for performance reasons
This commit is contained in:
parent
100a1f957b
commit
c26bf72542
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: [self-hosted]
|
- os: ubuntu-latest #[self-hosted]
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue