Skip to content

16.3.6

Choose a tag to compare

@github-actions github-actions released this 14 May 04:58

Description

Abstract

This PR will enable ARM64 CI buildtest support.

Background

Linux arm64 hosted runners now available for free in public repositories

Details

Add build test for ARM64 runner.

References

#1426

Destructive Changes

N/A

Known Limitations

  • Multiple test scenarios, unit tests fail in ARM CPU environment, so test case build and execution is turned off in ARM64 environment
  • Sending coverage to SonarCloud is also not done in ARM64
  • Docker building is currently not modified

Related Issues