Skip to content

Commit

Permalink
Merge pull request #122 from voorkant/ubicloud
Browse files Browse the repository at this point in the history
armel: run on ubicloud
  • Loading branch information
Habbie authored Oct 16, 2024
2 parents 360228e + e53a256 commit f29318a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-armel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-armel:
runs-on: ubuntu-latest
runs-on: ${{ github.repository == 'voorkant/voorkant-core' && 'ubicloud-standard-2-arm' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -23,9 +23,9 @@ jobs:
- name: Build armel image
run: cd scripts/build-targets && make armel
- name: Configure Meson
run: scripts/build-targets/run armel sh -c 'LDFLAGS="-static -latomic" meson setup build-armel --prefer-static -Dbuildtype=release -Dlvgl-driver=fbdev'
run: scripts/build-targets/run armel sh -c 'LDFLAGS="-static -latomic" linux32 meson setup build-armel --prefer-static -Dbuildtype=release -Dlvgl-driver=fbdev'
- name: Build
run: scripts/build-targets/run armel sh -c 'meson compile -C build-armel'
run: scripts/build-targets/run armel sh -c 'linux32 meson compile -C build-armel'
# FIXME: put something useful (git hash?) in artifact name. We also want this in other workflows.
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f29318a

Please sign in to comment.