mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-05 02:58:31 -04:00
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:
parent
b41e4a9ef3
commit
117f81f55f
2
.github/workflows/master-build.yml
vendored
2
.github/workflows/master-build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user