Compare commits

..

No commits in common. "bf5cc600b95fbfdfdbe4e6e8c16b2cf455ee3b32" and "ac5ca90974ebe9e2c3ebfc5b3c481a7abdde2edc" have entirely different histories.

View file

@ -5,6 +5,7 @@ steps:
- cargo build --release
when:
- event: push
- event: pull_request
- name: build-arm64
image: rust:1.88-bookworm
@ -19,6 +20,7 @@ steps:
PKG_CONFIG_PATH: /usr/aarch64-linux-gnu/lib/pkgconfig
when:
- event: push
- event: pull_request
- name: container-build-and-publish
image: docker