CI: fix wrong if statement for build-docker job (#5442)

This commit is contained in:
Fijxu 2025-09-02 10:57:29 -04:00 committed by GitHub
parent fd8dc93569
commit 89c8b1b901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v5
- name: Use ARM64 Dockerfile if ARM64
if: ${{ matrix.name }} == "ARM64"
if: ${{ matrix.name == 'ARM64' }}
run: sed -i 's/Dockerfile/Dockerfile.arm64/' docker-compose.yml
- name: Build Docker