gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
https://gchq.github.io/CyberChef
Apache License 2.0
28.66k stars 3.22k forks source link

Make package build multi-platform by adding linux/arm64/v8 #1911

Closed xRahul closed 1 week ago

xRahul commented 1 week ago

Currently it only supports amd64 which doesn't work on raspberry pi. So i added linux/arm64/v8 platform. This can be later refined as required. Ref: https://github.com/grocy/grocy-docker/blob/main/.github/workflows/publish.yml#L43