mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28: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
|
||||
matrix:
|
||||
include:
|
||||
- os: [self-hosted]
|
||||
- os: ubuntu-latest #[self-hosted]
|
||||
platform: linux/arm64
|
||||
- os: ubuntu-latest
|
||||
platform: linux/amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue