Restrict Docker build platforms to linux/amd64
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./tarkov
|
context: ./tarkov
|
||||||
file: ./tarkov/${{ matrix.tag }}/Dockerfile
|
file: ./tarkov/${{ matrix.tag }}/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ steps.lower-repo.outputs.repository }}/tarkov:tarkov_${{ matrix.tag }}
|
ghcr.io/${{ steps.lower-repo.outputs.repository }}/tarkov:tarkov_${{ matrix.tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user