build the app for both amd and arm
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11m46s

This commit is contained in:
Roger Oriol
2026-06-25 20:51:50 +02:00
parent 04117839a0
commit 945910a28c

View File

@@ -37,6 +37,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
git.rogi.casa/${{ gitea.repository_owner }}/gym-tracker/gym-tracker:${{ steps.version.outputs.version }} git.rogi.casa/${{ gitea.repository_owner }}/gym-tracker/gym-tracker:${{ steps.version.outputs.version }}