add support for amd64 platform when building docker image
This commit is contained in:
@@ -38,11 +38,12 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
gitea.rogi.casa/${{ gitea.repository_owner }}/myorg-assistant/myorg-assistant:${{ steps.version.outputs.version }}
|
||||
gitea.rogi.casa/${{ gitea.repository_owner }}/myorg-assistant/myorg-assistant:latest
|
||||
cache-from: type=registry,ref=gitea.rogi.casa/${{ gitea.repository_owner }}/myorg-assistant/myorg-assistant:latest
|
||||
cache-to: type=inline
|
||||
cache-to: type=registry,ref=gitea.rogi.casa/${{ gitea.repository_owner }}/myorg-assistant/myorg-assistant:buildcache,mode=max
|
||||
|
||||
- name: Checkout k3s-cluster repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user