Skip to content

Releases: cross-platform-actions/action

Cross Platform Action 0.19.0

17 Aug 05:45
Compare
Choose a tag to compare

Changed

  • VMs running via QEMU only expose SSE and SSE2 CPU features (#60).
    This changes the machine to q35 and the cpu to max, for x86-64 using
    the QEMU hypervisor. This adds more CPU features like AVX and AVX2.

Cross Platform Action 0.18.0

04 Aug 10:07
Compare
Choose a tag to compare

Added

  • Add support for custom image URLs (#13)
  • Add architecture alias for x86-64: x64 (#58)

Cross Platform Action 0.17.0

26 Jul 18:43
Compare
Choose a tag to compare

Cross Platform Action 0.16.0

23 Jul 18:00
Compare
Choose a tag to compare

Added

  • Add support for FreeBSD ARM64 (#55)

Cross Platform Action 0.15.0

12 Jun 17:44
Compare
Choose a tag to compare

Cross Platform Action 0.14.0

31 May 18:29
Compare
Choose a tag to compare

Added

  • Add support for NetBSD 9.3 (#53)

Cross Platform Action 0.13.0

28 Apr 19:49
Compare
Choose a tag to compare

Cross Platform Action 0.12.0

28 Apr 18:35
Compare
Choose a tag to compare

Added

  • Add support for OpenBSD 7.3

Cross Platform Action 0.11.0

03 Apr 05:46
Compare
Choose a tag to compare

Added

  • Add support for selecting hypervisor (#50)
  • Add support for NetBSD on macOS runners (#28)
  • Support for configuring memory (#16)
  • Support for configuring CPU core count (#16)

Changed

  • Use output groups to hide all output except the run command
    (No output is removed, just hidden by default) (#49)
  • Remove support for IPv6 for NetBSD (#46)
  • Increased default memory to 13GB on macOS runner and to 6GB on Linux runners (#16)
  • Increased default CPU core count to 3 on macOS runner and to 2 on Linux runners (#16)
  • Changed from two CPU sockets to one CPU socket (#16)

Fixed

  • NetBSD - very slow network (#46)
  • Action doesn't terminate when command fails (#21)

Cross Platform Action 0.10.0

24 Jan 12:42
Compare
Choose a tag to compare

Added