mirror of
https://github.com/qbittorrent/docker-qbittorrent-nox.git
synced 2024-11-26 19:00:33 +00:00
Fix quotation
This commit is contained in:
parent
9fcce85ce9
commit
9f62b29f17
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
if: (matrix.platform != "linux/386") && (matrix.platform != "linux/amd64")
|
||||
if: (matrix.platform != 'linux/386') && (matrix.platform != 'linux/amd64')
|
||||
with:
|
||||
platforms: ${{ matrix.platform }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user