mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 00:57:08 +00:00
Remove ARM64 Container build from release workflow
This commit is contained in:
parent
4b95ab2477
commit
2b85336c71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
tags: ${{ steps.image-metadata.outputs.tags }}
|
||||
labels: ${{ steps.image-metadata.outputs.labels }}
|
||||
containerfiles: ./Containerfile
|
||||
platforms: linux/arm64, linux/amd64
|
||||
platforms: linux/amd64
|
||||
oci: true
|
||||
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
|
||||
extra-args: |
|
||||
|
|
Loading…
Reference in a new issue