Skip to content

Commit

Permalink
Build release versions of linux samples on Ubuntu 18.04 (glibc 2.27)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Nov 27, 2024
1 parent d44bb95 commit b11ed85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
name: ${{ matrix.type }}-build-release
runs-on: ubuntu-latest
container:
image: ubuntu:16.04
image: ubuntu:18.04
strategy:
matrix:
type: [apps, apps-x86, apps-arm64]
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
run: |
apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu wget ca-certificates
- uses: actions/checkout@v3 # ignore-check
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 2

Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:

- name: Upload logs on failure
if: ${{ failure() }}
uses: actions/upload-artifact@v3 # ignore-check
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: linux_release_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
path: deploy/logs.7z
Expand All @@ -289,7 +289,7 @@ jobs:
run: python3 ./deploy/prepare_deployment.py linux_apps

- name: Upload wrapper artifacts
uses: actions/upload-artifact@v3 # ignore-check
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
if: success()
with:
name: linux_release_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit b11ed85

Please sign in to comment.