fix(ci): restrict smoke test to native linux/amd64 builds
Release / build (amd64, freebsd) (push) Successful in 1m0s
Release / build (amd64, linux) (push) Successful in 1m1s
Release / build (arm64, freebsd) (push) Successful in 57s
Release / build (arm64, linux) (push) Successful in 58s
Release / build (loong64, linux) (push) Successful in 1m3s
Release / build (riscv64, freebsd) (push) Successful in 56s
Release / build (riscv64, linux) (push) Successful in 1m0s
Release / release (push) Failing after 20s
Release / build (amd64, freebsd) (push) Successful in 1m0s
Release / build (amd64, linux) (push) Successful in 1m1s
Release / build (arm64, freebsd) (push) Successful in 57s
Release / build (arm64, linux) (push) Successful in 58s
Release / build (loong64, linux) (push) Successful in 1m3s
Release / build (riscv64, freebsd) (push) Successful in 56s
Release / build (riscv64, linux) (push) Successful in 1m0s
Release / release (push) Failing after 20s
This commit is contained in:
+4
-10
@@ -7,14 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [development]
|
## [development]
|
||||||
|
|
||||||
## [1.1.1] — 2026-07-26
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- **Smoke test restricted to native builds** — cross-compiled binaries
|
|
||||||
(FreeBSD, ARM64, RISC-V, LoongArch) now skip the smoke test step since
|
|
||||||
they cannot execute on the Linux amd64 CI runner.
|
|
||||||
|
|
||||||
## [1.1.0] — 2026-07-26
|
## [1.1.0] — 2026-07-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -53,9 +45,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
when it finds unformatted files.
|
when it finds unformatted files.
|
||||||
- **Missing `just fmt` recipe** — added `gofmt -w` target.
|
- **Missing `just fmt` recipe** — added `gofmt -w` target.
|
||||||
- **Copyright headers** — added to all Go and Python source files.
|
- **Copyright headers** — added to all Go and Python source files.
|
||||||
|
- **Smoke test restricted to native builds** — cross-compiled binaries now
|
||||||
|
skip the smoke test step since they cannot execute on the Linux amd64 CI
|
||||||
|
runner.
|
||||||
|
|
||||||
[development]: https://sourcedock.dev/petrbalvin/nuntius/compare/v1.1.1...development
|
[development]: https://sourcedock.dev/petrbalvin/nuntius/compare/v1.1.0...development
|
||||||
[1.1.1]: https://sourcedock.dev/petrbalvin/nuntius/releases/tag/v1.1.1
|
|
||||||
[1.1.0]: https://sourcedock.dev/petrbalvin/nuntius/releases/tag/v1.1.0
|
[1.1.0]: https://sourcedock.dev/petrbalvin/nuntius/releases/tag/v1.1.0
|
||||||
|
|
||||||
## [1.0.0] — 2026-06-20
|
## [1.0.0] — 2026-06-20
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ package version
|
|||||||
const Name = "nuntius"
|
const Name = "nuntius"
|
||||||
|
|
||||||
// Version is the nuntius release version. Follows SemVer.
|
// Version is the nuntius release version. Follows SemVer.
|
||||||
var Version = "1.1.1"
|
var Version = "1.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user