mirror of
https://github.com/meshtastic/python.git
synced 2026-06-02 12:45:00 -04:00
Remove arm/v7 from the container build right now, can't be bothered
This commit is contained in:
2
.github/workflows/container-build.yaml
vendored
2
.github/workflows/container-build.yaml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
context: .
|
||||
file: ${{ matrix.container }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
Reference in New Issue
Block a user