Skip to content

Commit

Permalink
CI Linux arm: use common build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Jun 12, 2024
1 parent 5abfb35 commit 6a489d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Init environment variables
run: . .github/scripts/environment.sh
- name: Prepare
run: |
sudo apt update
Expand Down Expand Up @@ -76,6 +78,7 @@ jobs:
run: |
sudo cp -ar $GITHUB_WORKSPACE ~/chroot/UltraGrid
env | grep -v '^\(HOME\)\|\(USER\)' | sed -e "s/=/='/" -e "s/$/'/" | sudo tee ~/chroot/envvars
echo "FEATURES=\"$FEATURES\"" | sudo tee -a ~/chroot/envvars
sudo chroot ~/chroot /bin/sh -ec "set -a; . /envvars; set +a; cd UltraGrid; .github/scripts/Linux/arm/build.sh"
- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 6a489d0

Please sign in to comment.