diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 608ee44..e8143d3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 }} \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff index 5174b92..207d6b7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,5 +22,5 @@ keywords: - self-hosted - portabase license: Apache-2.0 -version: 1.0.1 -date-released: "2026-01-20" \ No newline at end of file +version: 1.0.2-rc.1 +date-released: "2026-01-21" \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index bdab730..74b7226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portabase-agent" -version = "1.0.1" +version = "1.0.2-rc.1" edition = "2024" [dependencies]