mirror of
https://github.com/meshtastic/web.git
synced 2026-04-18 21:09:50 -04:00
feat(docker): add arm v7 support (#934)
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
${{ steps.meta.outputs.moving_tag }}
|
||||
${{ steps.meta.outputs.immutable_tag }}
|
||||
oci: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
labels: |
|
||||
org.opencontainers.image.source=${{ github.repository }}
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
|
||||
2
.github/workflows/release-web.yml
vendored
2
.github/workflows/release-web.yml
vendored
@@ -135,7 +135,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./packages/web/infra/Containerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && inputs.tag_name != '') }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user