File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
packages/concatjs/devserver Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ PLATFORMS = {
27
27
"linux_arm64" : struct (
28
28
compatible_with = [
29
29
"@platforms//os:linux" ,
30
- "@platforms//cpu:aarch64 " ,
30
+ "@platforms//cpu:arm64 " ,
31
31
],
32
32
),
33
33
"linux_s390x" : struct (
@@ -51,7 +51,7 @@ PLATFORMS = {
51
51
"darwin_arm64" : struct (
52
52
compatible_with = [
53
53
"@platforms//os:macos" ,
54
- "@platforms//cpu:aarch64 " ,
54
+ "@platforms//cpu:arm64 " ,
55
55
],
56
56
),
57
57
"windows_amd64" : struct (
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ config_setting(
103
103
name = "linux_arm64" ,
104
104
constraint_values = [
105
105
"@platforms//os:linux" ,
106
- "@platforms//cpu:aarch64 " ,
106
+ "@platforms//cpu:arm64 " ,
107
107
],
108
108
)
109
109
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ESBUILD_PACKAGES = struct(
30
30
binary_path = "bin/esbuild" ,
31
31
exec_compatible_with = [
32
32
"@platforms//os:macos" ,
33
- "@platforms//cpu:aarch64 " ,
33
+ "@platforms//cpu:arm64 " ,
34
34
],
35
35
),
36
36
"linux_amd64" : struct (
@@ -52,7 +52,7 @@ ESBUILD_PACKAGES = struct(
52
52
binary_path = "bin/esbuild" ,
53
53
exec_compatible_with = [
54
54
"@platforms//os:linux" ,
55
- "@platforms//cpu:aarch64 " ,
55
+ "@platforms//cpu:arm64 " ,
56
56
],
57
57
),
58
58
"windows_amd64" : struct (
You can’t perform that action at this time.
0 commit comments