Skip to content

Commit

Permalink
fix: Only build NR 4.0 for amd64 and arm64 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski authored Mar 20, 2024
2 parents bf679ad + 0c9526c commit d136d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
with:
context: helm/node-red-container
file: helm/node-red-container/Dockerfile-4.0
platforms: linux/amd64, linux/arm64, linux/arm/v7
platforms: linux/amd64, linux/arm64
tags: ${{ steps.meta.outputs.tags }}
push: true

Expand Down

0 comments on commit d136d16

Please sign in to comment.