mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 13:51:54 -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
|
||||
with:
|
||||
context: "{{defaultContext}}:docker"
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
file: ./Dockerfile
|
||||
build-args: |
|
||||
APRSD_VERSION=${{ inputs.aprsd_version }}
|
||||
|
Loading…
Reference in New Issue
Block a user