Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3b67e9a

Browse files
Add gradle plugin for creating lambda release artifact
1 parent 5b120b5 commit 3b67e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lambda-events/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
kotlin {
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

1414
sourceSets {

‎lambda-runtime/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
kotlin {
1212
macosArm64()
1313
macosX64()
14-
linuxArm64()
14+
//linuxArm64() // https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native
1515
linuxX64()
1616

1717
sourceSets {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /