File tree 2 files changed +5
-0
lines changed
google-cloud-bigtable-emulator
src/main/java/com/google/cloud/bigtable/emulator/v2
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 52
52
</goals >
53
53
<configuration >
54
54
<componentNames >
55
+ <componentName >bigtable-darwin-arm</componentName >
55
56
<componentName >bigtable-darwin-x86_64</componentName >
57
+ <componentName >bigtable-linux-arm</componentName >
56
58
<componentName >bigtable-linux-x86</componentName >
57
59
<componentName >bigtable-linux-x86_64</componentName >
58
60
<componentName >bigtable-windows-x86</componentName >
Original file line number Diff line number Diff line change @@ -232,6 +232,9 @@ private static String getBundledResourcePath() {
232
232
case "amd64" :
233
233
arch = "x86_64" ;
234
234
break ;
235
+ case "aarch64" :
236
+ arch = "arm" ;
237
+ break ;
235
238
default :
236
239
throw new UnsupportedOperationException ("Unsupported architecture: " + unformattedArch );
237
240
}
You can’t perform that action at this time.
0 commit comments