Skip to content

Commit

Permalink
Fix silly syntax mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Feb 10, 2025
1 parent cb43263 commit bf60210
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,16 @@ jobs:

deploy-ghcr:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux/amd64, linux/arm64]
# needs: test
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/unstable'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
matrix:
platform:
- linux/amd64
- linux/arm64

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit bf60210

Please sign in to comment.