Skip to content

Commit bd0fab6

Browse files
committed
fix: add arch to the profile activation
1 parent 8059939 commit bd0fab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
<activation>
209209
<os>
210210
<name>linux</name>
211+
<arch>amd64</arch>
211212
</os>
212213
<file>
213214
<exists>target/graalvm-libs-for-glibc-2.12</exists>
@@ -238,6 +239,7 @@
238239
<activation>
239240
<os>
240241
<name>linux</name>
242+
<arch>aarch64</arch>
241243
</os>
242244
<file>
243245
<exists>target/graalvm-libs-for-glibc-2.28</exists>

0 commit comments

Comments
 (0)