diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e1260e..a811177 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: # CONSOLIDATED STEP FOR DUAL-ARCH BUILD (ARM64 & ARMHF) - name: Compile AqualinkD for ARM64 and ARMHF inside Debian Container # Using the official 64-bit ARM Debian image - uses: docker://arm64v8/debian:bullseye + uses: docker://arm64/debian:bullseye with: entrypoint: /bin/bash # FIX: Using the literal block scalar (|) is the most robust way