add multi platform setup
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m22s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 4s
Reload Act Runner Stack to clear cache for workflows / notify (push) Has been skipped

This commit is contained in:
Martin Dimitrov 2026-03-06 11:57:18 -08:00
parent 21e8497b57
commit 047239c8f0
2 changed files with 12 additions and 3 deletions

View File

@ -35,6 +35,12 @@ jobs:
ref: ${{ inputs.ref }}
token: ${{ github.token }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Load Infisical Secrets
uses: martin/chromart-gitea-actions/.gitea/actions/infisical-secrets@main

View File

@ -26,9 +26,6 @@ jobs:
docker:
runs-on: ubuntu-22.04
steps:
- name: Echo test
run: echo "${{ inputs.image_name }}"
- name: Checkout Code to Build
uses: actions/checkout@v4
with:
@ -36,6 +33,12 @@ jobs:
ref: ${{ inputs.ref }}
token: ${{ github.token }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v6