Skip to content

Commit

Permalink
Attempt to build a plugin on macOS/Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 3, 2024
1 parent ae96b75 commit af54541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- plugins
tags:
- v*brim*
Expand All @@ -17,7 +17,7 @@ jobs:
release:
strategy:
matrix:
platform: [macos-12, ubuntu-20.04, windows-2019]
platform: [macos-12, ubuntu-20.04]
runs-on: ${{ matrix.platform }}

steps:
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ install_zeek_package() {

$sudo pip3 install btest wheel

install_zeek_package corelight/zeek-community-id 181a104b99d9019771ece7e489e46f2268b746d8
install_zeek_package brimdata/geoip-conn c9dd7f0f8d40573189b2ed2bae9fad478743cfdf
install_zeek_package salesforce/hassh 76a47abe9382109ce9ba530e7f1d7014a4a95209
install_zeek_package salesforce/ja3 421dd4f3616b533e6971bb700289c6bb8355e707
Expand Down

0 comments on commit af54541

Please sign in to comment.