gitlab-ci: Set VARIANT var for artifacts of Homebrew builds

Following 5abb249d
This commit is contained in:
Bruno Lopes 2026-01-31 12:52:37 -03:00
parent c4466d0c9f
commit 232ce0a29f

View file

@ -664,6 +664,7 @@ gimp-win-eol:
- if: '($GIMP_CI_MESON_APPLECLANG != null || "$[[ inputs.test_pipeline ]]" =~ /.*GIMP_CI_MESON_APPLECLANG.*/) && $CI_JOB_NAME !~ /.*-part.*/ && $CI_JOB_NAME !~ /.*dist-mac-.*/'
variables:
OPT_PREFIX: /opt/homebrew
VARIANT: -homebrew
tags:
- macos
variables: