Skip to content

Commit

Permalink
Skip static check for arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Dec 31, 2023
1 parent 4cc397f commit 23adbcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
run: |
docker cp wait_for_db:/wait_for_db wait-for-db-linux-${{ matrix.build_arch }}
- name: ldd check
if: ${{ matrix.build_arch == 'amd64'}}
run: |
ldd wait-for-db-linux-${{ matrix.build_arch }} | grep "statically linked"
retVal=$?
Expand Down

0 comments on commit 23adbcb

Please sign in to comment.