closes #37; Support ARM V7

This commit is contained in:
Mohammed Al-Mahdawi 2021-05-17 10:41:04 +03:00
parent b7561f54b3
commit 7d528c7aa6
1 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,6 @@ jobs:
with: with:
context: . context: .
file: ./${{ matrix.file }} file: ./${{ matrix.file }}
platforms: linux/amd64,linux/arm/v6,linux/arm64 platforms: linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.image-tags.outputs.tags }} tags: ${{ steps.image-tags.outputs.tags }}