mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
v1.5.7 release 🚀
This commit is contained in:
parent
69e0e928b4
commit
8c10f56571
2 changed files with 4 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -106,6 +106,9 @@ jobs:
|
|||
matrix:
|
||||
linux: [ubuntu, ubuntu-noble, debian, fedora, rhel, rhel9]
|
||||
platforms: [linux/amd64, linux/arm64]
|
||||
exclude:
|
||||
- linux: ubuntu-noble
|
||||
platforms: linux/arm64
|
||||
include:
|
||||
- release: latest
|
||||
- linux: ubuntu
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## v1.5.7 - ????/??/??
|
||||
## v1.5.7 - 2024/05/14
|
||||
|
||||
- [LINUX] Support Ubuntu 24.04 (Noble)
|
||||
- [LINUX] Support RHEL 9.4 instead of 9.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue