Skip to content

Commit 75e1b3a

Browse files
committed
pom: add linux amd64 architecture to list of profiles
Signed-off-by: Andrés Alcarraz <alcarraz@gmail.com> Signed-off-by: Ruben Moral <Ruben.Moral@digi.com>
1 parent a6af057 commit 75e1b3a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,19 @@
225225
<build.type>linux_x86_64</build.type>
226226
</properties>
227227
</profile>
228+
229+
<profile>
230+
<id>linux-amd64</id>
231+
<activation>
232+
<os>
233+
<name>linux</name>
234+
<arch>amd64</arch>
235+
</os>
236+
</activation>
237+
<properties>
238+
<build.type>linux_x86_64</build.type>
239+
</properties>
240+
</profile>
228241

229242
<!-- Mac -->
230243
<profile>

0 commit comments

Comments
 (0)