Skip to content

Commit 7ad6f35

Browse files
authored
Android scheduled build add vulkan (#13428)
Let's build xnnpack+vulkan and see how it goes Size: xnnpack: 10.4M xnnpack+vulkan: 13.2M as of cad1214
1 parent cad1214 commit 7ad6f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fi
9191
9292
FLAVOR="${{ inputs.flavor }}"
93-
if [[ "$FLAVOR" == "vulkan+xnnpack" ]]; then
93+
if [[ "$FLAVOR" == "vulkan+xnnpack" || -z "$FLAVOR" ]]; then
9494
export EXECUTORCH_BUILD_VULKAN=ON
9595
fi
9696

0 commit comments

Comments
 (0)