Skip to content

Commit

Permalink
Add gradle plugin for creating lambda release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
trueangle committed Sep 14, 2024
1 parent 5b120b5 commit 3b67e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambda-events/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
kotlin {
macosArm64()
macosX64()
linuxArm64()
//linuxArm64() // https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native
linuxX64()

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion lambda-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
kotlin {
macosArm64()
macosX64()
linuxArm64()
//linuxArm64() // https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native
linuxX64()

sourceSets {
Expand Down

0 comments on commit 3b67e9a

Please sign in to comment.