Update build.yml

pull/492/head
sfeakes 2025-11-21 09:32:19 -06:00
parent 4a6f5f7fe4
commit 4688d1efe4
1 changed files with 1 additions and 1 deletions

View File

@ -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