Merge pull request #40 from matrixgpt/arm-support

Add ARM container
This commit is contained in:
bertybuttface 2023-01-07 23:46:06 +00:00 committed by GitHub
commit bf440d7135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,4 +53,5 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}