Skip to content

Commit

Permalink
remove freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire committed Jan 8, 2024
1 parent 95b8f7b commit 69ad85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
name: Create and Upload Docker Images
# Technically we only need build-linux to succeed, but if any platforms fail we'll
# want to investigate and restart the build
needs: [build-linux, build-darwin, build-windows, build-freebsd]
needs: [build-linux, build-darwin, build-windows]
runs-on: ubuntu-latest
env:
HAS_DOCKER_CREDS: ${{ secrets.DOCKERHUB_USERNAME != '' && secrets.DOCKERHUB_TOKEN != '' }}
Expand Down

0 comments on commit 69ad85f

Please sign in to comment.