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