Skip to content

Commit

Permalink
workflow: arm build change ubuntu 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Li <Frank.Li@nxp.com>
  • Loading branch information
nxpfrankli committed Jan 9, 2025
1 parent 6770a52 commit b3163b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ 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:
fetch-depth: 0
submodules: true

- uses: uraimo/run-on-arch-action@v2
name: Build artifact
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
# Produce a binary artifact and place it in the mounted volume
run: |
git config --global --add safe.directory /mfgtools
cd /mfgtools/tinyxml2; cmake .; make;
cd /mfgtools
cmake -D 'STATIC=1' .
make
Expand Down

0 comments on commit b3163b7

Please sign in to comment.