mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-12 01:42:14 -07:00
Build for ARM on pull requests
This commit is contained in:
parent
967f93aa63
commit
188b25d7a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull_requests.yml
vendored
2
.github/workflows/pull_requests.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
with:
|
||||
# Not being uploaded to any registry, use a simple name to allow Buildah to build correctly.
|
||||
image: cyberchef
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
- name: UI Tests
|
||||
if: success()
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue