Skip to content

Commit

Permalink
Use the native tool environment of the crossbuild-aarch64 container
Browse files Browse the repository at this point in the history
for native building.
  • Loading branch information
qbarnes committed Jan 30, 2025
1 parent 065a35f commit 77812e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gw2dmk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
platform: [linux_x86_64, linux_armv7l, linux_aarch64, mswin32, mswin64]
include:
- platform: linux_x86_64
# Use crossbuild-aarch64 for native builds.
container: ${{ inputs.container_base }}/ubuntu-20.04-crossbuild-aarch64
target_platform_name: linux
target_platform: LINUX_X86_64
target_arch: .x86_64
Expand Down

0 comments on commit 77812e0

Please sign in to comment.