add linux/arm/v6 to builds
This commit is contained in:
@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
build-args: |
|
build-args: |
|
||||||
GIT_REF=v${{ steps.fetch_beta_data.outputs.version }}
|
GIT_REF=v${{ steps.fetch_beta_data.outputs.version }}
|
||||||
|
@ -25,6 +25,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
tags: git.arinity.org/meshtastic-tools/meshsense-headless:nightly
|
tags: git.arinity.org/meshtastic-tools/meshsense-headless:nightly
|
||||||
|
Reference in New Issue
Block a user