We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8a383 commit d886e2cCopy full SHA for d886e2c
1 file changed
pom.xml
@@ -141,6 +141,13 @@
141
</dependencies>
142
143
<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>
151
<profile>
152
<id>opa-linux-amd64</id>
153
<activation>
0 commit comments