mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-05 06:37:53 -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
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:docker"
|
context: "{{defaultContext}}:docker"
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
file: ./Dockerfile-dev
|
file: ./Dockerfile-dev
|
||||||
build-args: |
|
build-args: |
|
||||||
BRANCH=master
|
BRANCH=master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user