mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-06 03:29:01 -04:00
add arm64 for manual github build
This commit is contained in:
parent
311cebaf27
commit
b172c692a1
2
.github/workflows/manual_build.yml
vendored
2
.github/workflows/manual_build.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: "{{defaultContext}}:docker"
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
file: ./Dockerfile-dev
|
||||
build-args: |
|
||||
BRANCH=master
|
||||
|
Loading…
Reference in New Issue
Block a user