diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d1bc877..3a7861d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -137,7 +137,7 @@ jobs: build-and-push-arm64: name: Build and Push ARM64 - runs-on: ubuntu-22.04-arm64 # ARM64 runner (self-hosted or cloud) + runs-on: ubuntu-24.04-arm permissions: packages: write contents: read diff --git a/CITATION.cff b/CITATION.cff index f3d1e91..d04d042 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,5 +22,5 @@ keywords: - self-hosted - portabase license: Apache-2.0 -version: 1.0.4-rc.10 +version: 1.0.4-rc.11 date-released: "2026-01-28" \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index d112225..20f649e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1595,7 +1595,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "portabase-agent" -version = "1.0.4-rc.9" +version = "1.0.4-rc.10" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f88eea8..3c34978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portabase-agent" -version = "1.0.4-rc.10" +version = "1.0.4-rc.11" edition = "2024" [dependencies]