Commit Graph

4 Commits

Author SHA1 Message Date
Sutou Kouhei
514e3d6d62
Fix Docker image name (#41)
We want to use "-" not "_":

```diff
-ghcr.io/enactic/openarm_can-package
+ghcr.io/enactic/openarm-can-package
```
2025-10-02 18:36:05 +09:00
Sutou Kouhei
f00de5ba9a
Add support for Ubuntu 24.04 arm64 (#40) 2025-10-02 17:31:04 +09:00
Benson Muite
fb62943d5c
Create Fedora RPM packages (#31)
Fix GH-34

Add a pipeline to enable builds using https://packit.dev/

To get it to work, someone with commit access will need to agree to make
a Fedora account at:
https://accounts.fedoraproject.org/

and agree to Fedora Code of Conduct, then follow the steps at:

http://packit.dev/docs/guide#1-set-up-packit-integration

Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
2025-10-01 10:26:23 +09:00
Daijiro Fukuda
d3f52afe2f
Add support for .deb packages for ubuntu-noble-amd64 (#32)
Fix GH-35

---------

Co-authored-by: otegami <otegami@clear-code.com>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
2025-09-26 14:56:28 +09:00