actions: remove 32bit archs wherever sane

This commit is contained in:
FireMasterK 2021-02-23 22:01:53 +00:00 committed by GitHub
parent 7fa56b7178
commit 536ec3b1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ jobs:
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: true push: true
tags: 1337kavin/piped-mautrix:latest tags: 1337kavin/piped-mautrix:latest