1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-02-03 09:44:15 -05:00

Update master build to include linux/arm/v8

This commit is contained in:
Hemna 2023-07-17 22:07:16 +00:00
parent d8318f2ae2
commit dee73c1060

View File

@ -52,7 +52,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: "{{defaultContext}}:docker"
platforms: linux/amd64
platforms: linux/amd64,linux/arm64,linux/arm/v8
file: ./Dockerfile-dev
build-args: |
BRANCH=${{ steps.branch-name.outputs.current_branch }}