Skip to content

Commit 866445a

Browse files
committed
Still not possible to build for Windows ARM with JavaFX.
1 parent 90dbd10 commit 866445a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
artifact_name: ConvertWithMoss*.msi
4242
build_name: win-x64
4343
# JDK25 not yet included (which can be fixed) but also JavaFX is not available for Windows on ARM
44-
- os: windows-11-arm
45-
artifact_name: ConvertWithMoss*.msi
46-
build_name: win-arm
44+
#- os: windows-11-arm
45+
# artifact_name: ConvertWithMoss*.msi
46+
# build_name: win-arm
4747
- os: macos-15
4848
artifact_name: ConvertWithMoss*.dmg
4949
build_name: mac-arm

0 commit comments

Comments
 (0)