File tree Expand file tree Collapse file tree
google-cloud-bigtable-emulator
src/main/java/com/google/cloud/bigtable/emulator/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 </goals >
5353 <configuration >
5454 <componentNames >
55+ <componentName >bigtable-darwin-arm</componentName >
5556 <componentName >bigtable-darwin-x86_64</componentName >
57+ <componentName >bigtable-linux-arm</componentName >
5658 <componentName >bigtable-linux-x86</componentName >
5759 <componentName >bigtable-linux-x86_64</componentName >
5860 <componentName >bigtable-windows-x86</componentName >
Original file line number Diff line number Diff line change @@ -232,6 +232,9 @@ private static String getBundledResourcePath() {
232232 case "amd64" :
233233 arch = "x86_64" ;
234234 break ;
235+ case "aarch64" :
236+ arch = "arm" ;
237+ break ;
235238 default :
236239 throw new UnsupportedOperationException ("Unsupported architecture: " + unformattedArch );
237240 }
You can’t perform that action at this time.
0 commit comments