Skip to content

Commit

Permalink
Update build_lib_arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Jul 17, 2023
1 parent f15ba01 commit 4532a8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_lib_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ jobs:
publish_libchdb_linux:
needs: build_libchdb_linux
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
platform: [ arm64 ]
env:
RUNNER_OS: ${{ matrix.os }}
steps:
- name: Checkout Packaging repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 4532a8d

Please sign in to comment.