Skip to content

Commit

Permalink
Remove support for ARM64 platforms in build workflow
Browse files Browse the repository at this point in the history
We cannot currently test _any_ ARM64 platforms under qemu because qemu
cannot currently support iptables.  See multiarch/qemu-user-static#191
for more details.
  • Loading branch information
jsf9k committed Jun 11, 2024
1 parent 04feb71 commit 7b87b0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,10 @@ jobs:
matrix:
architecture:
- amd64
- arm64
# We cannot currently test _any_ ARM64 platforms under qemu
# because qemu cannot currently support iptables:
# https://github.com/multiarch/qemu-user-static/issues/191
# - arm64
platform:
# Amazon Linux 2023 does not appear to offer ufw
# - amazonlinux2023-systemd
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ An Ansible role for installing [Uncomplicated
Firewall](https://wiki.ubuntu.com/UncomplicatedFirewall?action=show&redirect=UbuntuFirewall)
(UFW).

> [!NOTE]
> We cannot currently test *any* ARM64 platforms under `qemu` because
> [`qemu` cannot currently support
> `iptables`](https://github.com/multiarch/qemu-user-static/issues/191).
## Requirements ##

None.
Expand Down

0 comments on commit 7b87b0b

Please sign in to comment.