Skip to content

Commit

Permalink
CI: Disable matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed Apr 21, 2024
1 parent 824429a commit 6325fef
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
docker:
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/armhf
- linux/arm64
steps:
-
name: Git Checkout
Expand All @@ -56,7 +49,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
platforms: ${{ matrix.platform }}
platforms: linux/amd64, linux/armhf, linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |
finchsec/wifite2:latest

0 comments on commit 6325fef

Please sign in to comment.