|
@@ -194,7 +194,10 @@ fn join(b: *Builder, parts: []const []const u8) ![]const u8 {
|
|
|
}
|
|
|
|
|
|
const ci_target_map = std.ComptimeStringMap([]const u8, .{
|
|
|
- .{ "ubuntu-latest", "x86_64-linux" },
|
|
|
- .{ "macos-latest", "x86_64-macos" },
|
|
|
- .{ "windows-latest", "x86_64-windows" },
|
|
|
+ .{ "ubuntu-latest-x86_64", "x86_64-linux" },
|
|
|
+ .{ "macos-latest-x86_64", "x86_64-macos" },
|
|
|
+ .{ "windows-latest-x86_64", "x86_64-windows" },
|
|
|
+ .{ "ubuntu-latest-aarch64", "aarch64-linux" },
|
|
|
+ .{ "macos-latest-aarch64", "aarch64-macos" },
|
|
|
+ .{ "windows-latest-aarch64", "aarch64-windows" },
|
|
|
});
|