mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
add only arm64/v8 as needed for rpi
This commit is contained in:
parent
8d54b4c345
commit
6d1b1cc163
1 changed files with 1 additions and 1 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
tags: ${{ steps.image-metadata.outputs.tags }}
|
tags: ${{ steps.image-metadata.outputs.tags }}
|
||||||
labels: ${{ steps.image-metadata.outputs.labels }}
|
labels: ${{ steps.image-metadata.outputs.labels }}
|
||||||
containerfiles: ./Dockerfile
|
containerfiles: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
oci: true
|
oci: true
|
||||||
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
|
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
|
||||||
extra-args: |
|
extra-args: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue