ci: use release profile in reproducible build check
This commit is contained in:
parent
af53996604
commit
374990b351
@ -6,7 +6,7 @@ set -euo pipefail
|
||||
# - Compare artifact SHA256
|
||||
# - Emit JSON + markdown artifacts for auditability
|
||||
|
||||
PROFILE="${PROFILE:-release-fast}"
|
||||
PROFILE="${PROFILE:-release}"
|
||||
BINARY_NAME="${BINARY_NAME:-zeroclaw}"
|
||||
OUTPUT_DIR="${OUTPUT_DIR:-artifacts}"
|
||||
FAIL_ON_DRIFT="${FAIL_ON_DRIFT:-false}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user