We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7a3bb commit d5743fcCopy full SHA for d5743fc
.github/workflows/build-tcpdump.yml
@@ -91,7 +91,7 @@ jobs:
91
create-release:
92
name: Create tcpdump Release
93
runs-on: ubuntu-latest
94
- needs: [build-x86, build-x86_64, build-armhf, build-aarch64]
+ needs: [build-x86, build-x86_64, build-armhf]
95
steps:
96
- name: Checkout
97
uses: actions/checkout@v2
0 commit comments