Skip to content

Commit ecdb4a0

Browse files
author
charlesgauthereau
committed
chore(release): 1.0.4-rc.11
1 parent 8078d73 commit ecdb4a0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
build-and-push-arm64:
139139
name: Build and Push ARM64
140-
runs-on: ubuntu-22.04-arm64 # ARM64 runner (self-hosted or cloud)
140+
runs-on: ubuntu-24.04-arm
141141
permissions:
142142
packages: write
143143
contents: read

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ keywords:
2222
- self-hosted
2323
- portabase
2424
license: Apache-2.0
25-
version: 1.0.4-rc.10
25+
version: 1.0.4-rc.11
2626
date-released: "2026-01-28"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portabase-agent"
3-
version = "1.0.4-rc.10"
3+
version = "1.0.4-rc.11"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)