Commit Graph

5 Commits

Author SHA1 Message Date
Sutou Kouhei
5730284d1e
packages: add support for pushing to Launchpad (#48) 2025-10-10 15:10:49 +09:00
Sutou Kouhei
20aba6629d
Add a task to update versions (#47) 2025-10-10 15:10:32 +09:00
Daijiro Fukuda
744e5ff868
packages: use fork repository on fork push (#45) 2025-10-07 17:00:40 +09:00
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
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