Merge pull request #3 from Portabase/feat/arm-architecture

feat/arm-architecture
This commit is contained in:
Charles GTE
2026-01-22 10:46:40 +01:00
committed by GitHub
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -37,6 +37,12 @@ jobs:
with:
fetch-depth: 0
- name: Set up QEMU (enables multi-arch emulation)
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
@@ -58,6 +64,7 @@ jobs:
with:
context: .
file: ${{ inputs.dockerfile }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.set-tags.outputs.tags }}
target: ${{ inputs.target }}
+2 -2
View File
@@ -22,5 +22,5 @@ keywords:
- self-hosted
- portabase
license: Apache-2.0
version: 1.0.1
date-released: "2026-01-20"
version: 1.0.2-rc.1
date-released: "2026-01-21"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "portabase-agent"
version = "1.0.1"
version = "1.0.2-rc.1"
edition = "2024"
[dependencies]