mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-20 08:31:11 -05:00
remove linux/arm/v7 for official builds for now
This commit is contained in:
parent
d40927d1c3
commit
5add0f958d
2
.github/workflows/release_build.yml
vendored
2
.github/workflows/release_build.yml
vendored
@ -38,7 +38,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,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
APRSD_VERSION=${{ inputs.aprsd_version }}
|
APRSD_VERSION=${{ inputs.aprsd_version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user