Skip to content

Commit

Permalink
add only arm64/v8 as needed for rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
xRahul authored Sep 24, 2024
1 parent 8d54b4c commit 6d1b1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
tags: ${{ steps.image-metadata.outputs.tags }}
labels: ${{ steps.image-metadata.outputs.labels }}
containerfiles: ./Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8
oci: true
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
extra-args: |
Expand Down

0 comments on commit 6d1b1cc

Please sign in to comment.