Skip to content

Commit

Permalink
build arm32v7 images for web and collector (cannot for omnibus becaus…
Browse files Browse the repository at this point in the history
…e InfluxDB does not support it yet. See #236 )
  • Loading branch information
AnalogJ committed May 10, 2022
1 parent f5af86f commit 2660af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
file: docker/Dockerfile.collector
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
file: docker/Dockerfile.web
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 2660af7

Please sign in to comment.