dependabot[bot]
42fdc49b98
build(deps): bump crate-ci/typos from 1.45.1 to 1.46.0 ( #2090 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.45.1 to 1.46.0.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.45.1...v1.46.0 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.46.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-04 09:01:20 +02:00
dependabot[bot]
53aa958d90
build(deps): bump crate-ci/typos from 1.45.0 to 1.45.1 ( #2049 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.45.0 to 1.45.1.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.45.0...v1.45.1 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.45.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 08:28:18 +02:00
dependabot[bot]
c06ae2715b
build(deps): bump softprops/action-gh-release from 2 to 3 ( #2015 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 10:37:21 +02:00
dependabot[bot]
d1527c9540
build(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 ( #1973 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.44.0...v1.45.0 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 09:58:59 +02:00
Alexander Medvedev
f8596dcaf8
Revert "feat: Add support for multiple CPU targets in Rust workflow ( #1707 )"
...
This reverts commit 83199db6a1 .
2026-03-25 15:38:12 +01:00
Missing_Love
83199db6a1
feat: Add support for multiple CPU targets in Rust workflow ( #1707 )
...
* Enhance CI with x86-64-v2 build and release notes
Add build job for x86-64-v2 architecture and update release process.
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Enhance CI workflow for x86-64 architecture support
Updated CI workflow to support additional x86-64 architectures and removed deprecated build job for x86-64-v2.
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Refactor Rust CI workflow with new build steps
Refactor CI workflow to simplify architecture and improve clarity. Added new build steps for standard, x86-64-v2, and x86-64-v3 releases.
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* add macOS Intel x86-64-v3
* Add x86-64-v4
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* treatment for OCD
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* 0
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* rollback
Removed x86-64-v4 architecture from the workflow and adjusted related steps for x86-64-v2 and x86-64-v3. Updated comments and artifact names accordingly.
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Refactor CI workflow for Rust project
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Refactor CI workflow for Rust with additional checks
Updated CI workflow for Rust project to include formatting checks, unused dependency detection, and enhanced build and test steps across multiple platforms and architectures.
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Update GitHub Actions workflow for Rust project
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Upgrade checkout action from v4 to v6
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Update rust.yml
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Update GitHub Actions workflow for Rust
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Update install-action version in rust.yml
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
* Update rust.yml
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
---------
Signed-off-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com >
2026-03-25 14:39:24 +01:00
dependabot[bot]
d78ba7dee1
build(deps): bump docker/setup-buildx-action from 3 to 4 ( #1823 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 21:11:19 +01:00
dependabot[bot]
dab5f0080e
build(deps): bump docker/login-action from 3 to 4 ( #1822 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 21:11:10 +01:00
dependabot[bot]
cc60eeb61d
build(deps): bump docker/build-push-action from 6 to 7 ( #1821 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 21:11:02 +01:00
dependabot[bot]
7e1e411993
build(deps): bump docker/metadata-action from 5 to 6 ( #1820 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 14:14:47 +01:00
dependabot[bot]
52967aeb56
build(deps): bump actions/download-artifact from 7 to 8 ( #1773 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 08:13:15 +01:00
dependabot[bot]
b813f4b91c
build(deps): bump actions/upload-artifact from 6 to 7 ( #1775 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 08:13:03 +01:00
dependabot[bot]
527bc30240
build(deps): bump crate-ci/typos from 1.43.5 to 1.44.0 ( #1774 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.43.5 to 1.44.0.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.43.5...v1.44.0 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 08:12:42 +01:00
dependabot[bot]
0a06eb9e50
build(deps): bump crate-ci/typos from 1.43.4 to 1.43.5 ( #1695 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.43.4 to 1.43.5.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.43.4...v1.43.5 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.43.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-23 11:34:12 +01:00
Alexander Medvedev
32a5c52423
fix: CI
...
hopefully
2026-02-21 21:28:00 +01:00
Alexander Medvedev
4afe60aca9
chore: i'm back
2026-02-21 20:52:37 +01:00
dependabot[bot]
1c4ea3a1d5
build(deps): bump crate-ci/typos from 1.43.3 to 1.43.4 ( #1581 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.43.3 to 1.43.4.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.43.3...v1.43.4 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.43.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-17 18:00:10 +00:00
dependabot[bot]
a0e96ab040
build(deps): bump crate-ci/typos from 1.42.3 to 1.43.3 ( #1487 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.42.3 to 1.43.3.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.42.3...v1.43.3 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.43.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 11:17:43 +01:00
FabseGP
cccf8dc2b0
ci: detect unused dependencies in CI + rearrange CI-steps ( #1419 )
...
* chore: detect unused dependencies
* fix: exclude phf in pumpkin-data
* fix: combine CI-steps and fail earlier
* fix: use cargo-nextest + split clippy-steps
2026-02-02 12:37:36 +01:00
dependabot[bot]
59cfea8b1f
build(deps): bump crate-ci/typos from 1.42.1 to 1.42.3 ( #1424 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.42.1 to 1.42.3.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.42.1...v1.42.3 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.42.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 12:10:07 +01:00
dependabot[bot]
e1f427b414
build(deps): bump crate-ci/typos from 1.42.0 to 1.42.1 ( #1379 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.42.0 to 1.42.1.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.42.0...v1.42.1 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.42.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-26 09:49:52 +01:00
Jerry
6aca957a03
chore: add permissions for merge job in docker workflow ( #1356 )
2026-01-22 18:12:30 +01:00
Jerry
5ed0e57843
feat: add linux/arm64 to ghcr ( #1353 )
2026-01-22 09:29:39 +01:00
Alexander Medvedev
f7b70bafb6
ci: build using x86-64-v3
2026-01-20 20:39:57 +01:00
dependabot[bot]
57db90ce1a
build(deps): bump crate-ci/typos from 1.41.0 to 1.42.0 ( #1266 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.41.0 to 1.42.0.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.41.0...v1.42.0 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Medvedev <lilalexmed@proton.me >
2026-01-13 22:48:13 +01:00
dependabot[bot]
7f86331182
build(deps): bump crate-ci/typos from 1.40.0 to 1.41.0 ( #1257 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.40.0...v1.41.0 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-05 11:46:53 +01:00
dependabot[bot]
6fe57ff8ef
build(deps): bump actions/upload-artifact from 5 to 6 ( #1239 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 21:55:59 +01:00
dependabot[bot]
e215d11b5b
build(deps): bump actions/download-artifact from 6 to 7 ( #1240 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 21:53:06 +01:00
Alexander Medvedev
fba4d405ac
ci: add Windows Arm and macOS Intel
2025-12-09 19:29:57 +01:00
dependabot[bot]
481165dd04
build(deps): bump actions/checkout from 5 to 6 ( #1228 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 10:46:04 +01:00
dependabot[bot]
8899c81022
build(deps): bump actions/download-artifact from 5 to 6 ( #1227 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 10:45:53 +01:00
Jeromos Kovács
6591d3984d
ci: always have a nightly release ( #1188 )
...
* ci: pre-release a nightly build on every push
* ci: upload only bin, with name `pumpkin-<arch>-<os>`
* ci: only run on push to `master`
* ci: create a nightly tag for the release
* ci: better nightly release artifact naming
* ci(release): use 7 chars commit hash
* ci: build for aarch64-macos and aarch64-linux as well
2025-12-06 10:18:18 +01:00
dependabot[bot]
644023d89f
build(deps): bump crate-ci/typos from 1.39.2 to 1.40.0 ( #1222 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.39.2 to 1.40.0.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.39.2...v1.40.0 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Medvedev <lilalexmed@proton.me >
2025-12-01 11:25:38 +01:00
dependabot[bot]
2e4ffa96ba
build(deps): bump actions/checkout from 5 to 6 ( #1218 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 10:41:44 +01:00
dependabot[bot]
29c5c25ae4
build(deps): bump crate-ci/typos from 1.39.0 to 1.39.2 ( #1219 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.39.0 to 1.39.2.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.39.0...v1.39.2 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.39.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 10:41:28 +01:00
Alexander Medvedev
47bbc56591
this should fix plugin errors
...
at least for now
2025-11-01 12:13:28 +01:00
Alexander Medvedev
32b76fc730
Revert "ci: add multi-platform Docker image support for ARM64 ( #1180 )"
...
This reverts commit ddc57f21f9 .
2025-11-01 11:07:52 +01:00
dependabot[bot]
b62b83ec0a
build(deps): bump actions/upload-artifact from 4 to 5 ( #1207 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 08:04:25 +01:00
Vianney Veremme
ddc57f21f9
ci: add multi-platform Docker image support for ARM64 ( #1180 )
...
* Add support for multiple platforms in Docker build
* Enhance Docker workflow with QEMU and Buildx setup
Added steps to set up QEMU and Docker Buildx, and login to GitHub Container Registry.
* Refactor Docker workflow for improved clarity
* Remove duplicate GitHub CR login step
Removed duplicate login step for GitHub Container Registry in the Docker workflow.
* Reorder Docker Buildx setup in workflow
* Rename step to 'Docker Buildx' in workflow
2025-10-15 09:44:38 +02:00
dependabot[bot]
7e1f7ce925
build(deps): bump crate-ci/typos from 1.37.2 to 1.38.1 ( #1195 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.37.2 to 1.38.1.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.37.2...v1.38.1 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.38.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 17:38:55 +02:00
Alexander Medvedev
0c2b647a45
fix CI
...
Replaced old chunk files used for testing
2025-10-06 16:14:03 +02:00
Alexander Medvedev
85a4d10a36
CI: add rustfmt on clippy step
2025-10-02 17:03:23 +02:00
Alexander Medvedev
932512b5d6
lets try fix CI
2025-10-02 16:54:48 +02:00
dependabot[bot]
58b4c6593a
build(deps): bump crate-ci/typos from 1.36.2 to 1.36.3 ( #1179 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.36.2 to 1.36.3.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.36.2...v1.36.3 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.36.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 16:47:27 +02:00
dependabot[bot]
80741dd47a
build(deps): bump crate-ci/typos from 1.35.5 to 1.36.2 ( #1167 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.35.5 to 1.36.2.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.35.5...v1.36.2 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.36.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 17:31:11 +02:00
dependabot[bot]
726947a864
build(deps): bump crate-ci/typos from 1.35.4 to 1.35.5 ( #1150 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.35.4 to 1.35.5.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.35.4...v1.35.5 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.35.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-26 09:06:21 +02:00
Sunset Mikoto
23b3517ae5
fix: use static files by include_json_static ( #1123 ) ( #1146 )
...
* fix: use static files by include_json_static (#1123 )
* chore: add workflow_dispatch to workflows
2025-08-22 09:57:28 +02:00
dependabot[bot]
2bf30cc875
Bump actions/checkout from 4 to 5 ( #1133 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 09:11:00 +02:00
dependabot[bot]
17135acebc
Bump crate-ci/typos from 1.35.3 to 1.35.4 ( #1134 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.35.3 to 1.35.4.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.35.3...v1.35.4 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-version: 1.35.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 09:10:54 +02:00
Alexander Medvedev
308ca77440
I give up
2025-08-12 18:05:04 +02:00