mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
Remove arm/v7 from the container build right now, can't be bothered
This commit is contained in:
1 file changed
+1
-1
@@ -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