Skip to content

Commit

Permalink
Cease excluding ARM64 platforms from Molecule testing where possible
Browse files Browse the repository at this point in the history
In many cases we no longer need to do this because we are now using
native ARM64 GitHub Actions runners.

Resolves #82.
Resolves #83.
  • Loading branch information
jsf9k committed Jan 24, 2025
1 parent 72dad22 commit f75367d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,20 +185,6 @@ jobs:
- amd64
- arm64
exclude:
# Debian 13 has a very recent version of systemd (currently
# 257), and the freshclam service cannot be started under
# QEMU emulation. We support this platform, but we cannot
# test it until we have native ARM64 runners. See #82 for
# more details.
- architecture: arm64
platform: debian13-systemd
# Kali has a recent version of systemd (currently 256), and
# the freshclam service cannot be started under QEMU
# emulation. We support this platform, but we cannot test
# it until we have native ARM64 runners. See #83 for more
# details.
- architecture: arm64
platform: kali-systemd
# The packages that ClamAV offers directly on its website do
# not support the ARM64 architecture.
# https://www.clamav.net/downloads
Expand Down

0 comments on commit f75367d

Please sign in to comment.