mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
[docker] Prepare for macOS releases
This commit is contained in:
@@ -338,7 +338,7 @@ pub fn build(b: *std.build.Builder) !void {
|
||||
} else if (arch.isAARCH64() and target.isDarwin()) {
|
||||
obj.target.cpu_model = .{ .explicit = &std.Target.aarch64.cpu.apple_m1 };
|
||||
} else if (arch.isAARCH64() and target.isLinux()) {
|
||||
obj.target.cpu_model = .{ .explicit = &std.Target.aarch64.cpu.apple_m1 };
|
||||
obj.target.cpu_model = .{ .explicit = &std.Target.aarch64.cpu.generic };
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user