Add support for building linux/arm/v7

This patch adds support for the github workflow for building
the raspi architecture
This commit is contained in:
Hemna 2022-11-24 09:44:32 -05:00
parent b41e4a9ef3
commit 117f81f55f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./docker
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
hemna6969/aprsd:${{ steps.branch-name.outputs.current_branch }}