This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 94662ec Remove links to ARM64 CI workflow that used ASF managed runner
94662ec is described below
commit 94662ec3b38e6c31bd437c9464712b118ff8360b
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Jul 30 09:32:25 2025 +0300
Remove links to ARM64 CI workflow that used ASF managed runner
We use now Github-managed runners.
```
commit 78d03ac8f65e918b0d3b056a7e035e3a9a1f9164
Author: Martin Grigorov <[email protected]>
Date: Mon Jan 20 16:17:26 2025 +0200
chore: Use the Github hosted Linux ARM64 runners (#109)
* chore: Use the Github hosted Linux ARM64 runners
```
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
avro/src/lib.rs | 3 ---
1 file changed, 3 deletions(-)
diff --git a/avro/src/lib.rs b/avro/src/lib.rs
index 6836b73..36a31e6 100644
--- a/avro/src/lib.rs
+++ b/avro/src/lib.rs
@@ -18,17 +18,14 @@
//! [![rust continuous integration][rust continuous integration img]][rust
continuous integration]
//! [![rust clippy check][rust clippy check img]][rust clippy check]
//! [![rust security audit][rust security audit img]][rust security audit]
-//! [![rust continuous integration ARM64][rust continuous integration ARM64
img]][rust continuous integration ARM64]
//!
//! [rust continuous integration]:
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci.yml
-//! [rust continuous integration ARM64]:
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci-ARM.yml
//! [rust clippy check]:
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-clippy.yml
//! [rust security audit]:
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-audit.yml
//!
//! [rust continuous integration img]:
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci.yml/badge.svg
//! [rust clippy check img]:
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-clippy.yml/badge.svg
//! [rust security audit img]:
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-audit.yml/badge.svg
-//! [rust continuous integration ARM64 img]:
https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci-ARM.yml/badge.svg
//!
//! A library for working with [Apache Avro](https://avro.apache.org/) in Rust.
//!