14 Commits

Author SHA1 Message Date
Arjan H
37dd9184a7 Bump boulder version to v0.20251216.0 2025-12-27 16:40:48 +01:00
dependabot[bot]
5c25f269a4 Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04 16:16:07 +01:00
Arjan H
964c73ab6e Use deb822 format for APT sources to properly handle ARM64 cross-compilation 2025-12-04 15:56:27 +01:00
Arjan H
aab8b7f83d Add new arm64 apt sources file 2025-12-04 09:06:19 +01:00
Arjan H
9a85f2949b Add apt update in github actions; bump golangci-lint 2025-12-04 08:43:25 +01:00
Arjan H
e808b18d2a Bump boulder version to v0.20251021.0 2025-11-09 17:03:16 +01:00
dependabot[bot]
b0258c9d9d Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 17:50:52 +02:00
Arjan H
c23a8762aa Bump boulder version to v0.20250902.0 2025-09-06 12:39:43 +02:00
dependabot[bot]
4130555e84 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 20:02:35 +02:00
Arjan H
1a5050b3b0 Bump boulder version to v0.20250707.0 2025-07-12 20:25:18 +02:00
Arjan H
1d3f2f5f97 Add packages write permission to workflows 2025-04-20 15:31:20 +02:00
Arjan H
407a08a1a3 Bump boulder version to release-2025-03-10 2025-03-13 21:20:26 +01:00
Arjan H
18b7ffe1fe Update GitHub actions to use GITHUB_TOKEN 2025-03-11 21:12:25 +01:00
Arjan H
0de59d8d6b Add action to build standalone docker images [#124]
Builds the standalone binary for both amd64 and arm64, and then builds a
multi-arch docker image and pushes it to the GitHub Container Registry.
2024-12-15 18:07:54 +01:00