Build multi platform proxy

This commit is contained in:
Adria Navarro 2023-10-30 16:47:47 +01:00
parent 344256a805
commit b3a4a921aa
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ jobs:
with: with:
context: ./hosting/proxy context: ./hosting/proxy
push: true push: true
platforms: linux/amd64,linux/arm64
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
file: ./hosting/proxy/Dockerfile file: ./hosting/proxy/Dockerfile
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest