Skip to content

Commit 5b120b5

Browse files
committed
Add gradle plugin for creating lambda release artifact
1 parent c5c45ec commit 5b120b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin {
88
listOf(
99
macosArm64(),
1010
macosX64(),
11-
linuxArm64(),
11+
//linuxArm64(), // https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native
1212
linuxX64(),
1313
).forEach {
1414
it.binaries {

0 commit comments

Comments
 (0)