Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 9c0c4e3

Browse files
committed
Prepare to support linuxArm
1 parent 63d1d9c commit 9c0c4e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/DEPLOY.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v1
4040
- run: sudo apt-get install xvfb
4141
- run: xvfb-run --auto-servernum ./gradlew --no-daemon
42-
- run: xvfb-run --auto-servernum ./gradlew --no-daemon assemble check lint testDebugUnitTest publishKotlinMultiplatformPublicationToMavenRepository publishLinuxX64PublicationToMavenRepository
42+
- run: xvfb-run --auto-servernum ./gradlew --no-daemon assemble check lint testDebugUnitTest publishKotlinMultiplatformPublicationToMavenRepository publishLinuxX64PublicationToMavenRepository publishLinuxArm64PublicationToMavenRepository publishLinuxArm32HfpPublicationToMavenRepository
4343

4444
publish-finalize:
4545
needs: [publish-windows, publish-mac, publish-linux]

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin.code.style=official
33

44
# Kotlin 1.5.20: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
5-
easyPluginVersion=0.16.0
5+
easyPluginVersion=0.16.1
66

77
# version
88
group=com.soywiz.korlibs.klock
@@ -33,3 +33,4 @@ org.gradle.configureondemand=true
3333
kotlin.native.ignoreDisabledTargets=true
3434
enable.android.native=true
3535
android.min.sdk.version=9
36+
enable.linuxarm=true

0 commit comments

Comments
 (0)