Disable arm build

This commit is contained in:
2022-09-14 22:05:56 +03:00
parent fbba087ff3
commit 5da2221d2e

View File

@@ -52,7 +52,7 @@ jobs:
IMAGE: ${{ steps.repository_name.outputs.lowercase }} IMAGE: ${{ steps.repository_name.outputs.lowercase }}
with: with:
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
tags: ghcr.io/${{ env.IMAGE }}:latest tags: ghcr.io/${{ env.IMAGE }}:latest
context: . context: .
file: ./docker/build.dockerfile file: ./docker/build.dockerfile