build the app for both amd and arm
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11m46s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11m46s
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user