Skip to content

Commit d886e2c

Browse files
committed
add arm profile
1 parent 8e8a383 commit d886e2c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@
141141
</dependencies>
142142

143143
<profiles>
144+
<profile>
145+
<id>opa-linux-arm64</id>
146+
<activation>
147+
<os><name>Linux</name><arch>aarch64</arch></os>
148+
</activation>
149+
<properties><opa.classifier>linux_arm64_static</opa.classifier></properties>
150+
</profile>
144151
<profile>
145152
<id>opa-linux-amd64</id>
146153
<activation>

0 commit comments

Comments
 (0)