mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - disable pushing ubuntu-noble arm64 package
This commit is contained in:
parent
8c10f56571
commit
a2a06f7f72
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -198,6 +198,9 @@ jobs:
|
|||
matrix:
|
||||
linux: [ubuntu, ubuntu-noble, debian, fedora, el, el9]
|
||||
arch: [amd64, arm64]
|
||||
exclude:
|
||||
- linux: ubuntu-noble
|
||||
arch: arm64
|
||||
include:
|
||||
- release: latest
|
||||
repo: bunkerweb
|
||||
|
|
|
|||
Loading…
Reference in a new issue