chore(release): 1.0.4-rc.14

This commit is contained in:
charlesgauthereau
2026-01-28 22:15:26 +01:00
parent 5535b4b22f
commit fa46d1bbc4
4 changed files with 12 additions and 3 deletions
+9
View File
@@ -129,6 +129,10 @@ jobs:
tags: ${{ steps.set-tags.outputs.amd64_image }}
target: ${{ inputs.target }}
- name: Set job output
run: |
echo "image=${{ steps.set-tags.outputs.amd64_image }}" >> $GITHUB_OUTPUT
build-arm64:
name: Build ARM64 Image
runs-on: ubuntu-24.04-arm
@@ -161,6 +165,11 @@ jobs:
tags: ${{ steps.set-tags.outputs.arm64_image }}
target: ${{ inputs.target }}
- name: Set job output
run: |
echo "image=${{ steps.set-tags.outputs.arm64_image }}" >> $GITHUB_OUTPUT
create-manifest:
name: Create Multi-Arch Manifest
runs-on: ubuntu-latest