Skip to content

Commit a731e6c

Browse files
committed
artifact_input_variables, no need for BOARD or EXTRA_BSP_NAME
1 parent 10f2c94 commit a731e6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/functions/artifacts/artifact-armbian-bsp-generic.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
# https://github.com/armbian/build/
99

1010
function artifact_armbian-bsp-generic_config_dump() {
11-
artifact_input_variables[BOARD]="${BOARD}"
11+
artifact_input_variables[RELEASE]="${RELEASE}"
1212
artifact_input_variables[BRANCH]="${BRANCH}"
13-
artifact_input_variables[EXTRA_BSP_NAME]="${EXTRA_BSP_NAME}"
1413
}
1514

1615
function artifact_armbian-bsp-generic_prepare_version() {

0 commit comments

Comments
 (0)