Skip to content

Commit

Permalink
workflow: arm build change ubuntu 22.04
Browse files Browse the repository at this point in the history
use dynamatic link becasue tinyxml2 have not provided static library at
arm platform.

Signed-off-by: Frank Li <[email protected]>
  • Loading branch information
nxpfrankli committed Jan 9, 2025
1 parent 6770a52 commit 0a56e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
matrix:
include:
- arch: aarch64
distro: ubuntu20.04
distro: ubuntu22.04
- arch: armv7
distro: ubuntu20.04
distro: ubuntu22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
git config --global --add safe.directory /mfgtools
cd /mfgtools
cmake -D 'STATIC=1' .
cmake .
make
- name: Rename
Expand Down

0 comments on commit 0a56e82

Please sign in to comment.