remove arm64 build from image workflow

This commit is contained in:
sentriz
2021-02-03 23:56:24 +00:00
parent 90ec64eec6
commit 95b3bb1e72

View File

@@ -32,7 +32,7 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64 # TODO: add linux/arm64
push: true push: true
tags: | tags: |
${{ env.REGISTRY_IMAGE }}:latest ${{ env.REGISTRY_IMAGE }}:latest