Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit cbe4e70

Browse files
committed
fix
1 parent 9aabc36 commit cbe4e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/matrix_builds.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
export SBUILD_FILE_URL
184184
echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"
185185
#Check for x_exec.host
186+
export HOST_TRIPLET="$(uname -m)-$(uname -s)"
186187
if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then
187188
if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then
188189
echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"

0 commit comments

Comments
 (0)