Skip to content

Commit

Permalink
Merge pull request #88 from cisagov/testing/cease-excluding-arm64-pla…
Browse files Browse the repository at this point in the history
…tforms-from-molecule-testing

Cease excluding ARM64 platforms from Molecule testing where possible
  • Loading branch information
jsf9k authored Jan 27, 2025
2 parents 72dad22 + f75367d commit e3ea38a
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 e3ea38a

Please sign in to comment.