Skip to content

Commit

Permalink
Fix linux_386 platform at toolchains_repo.bzl (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
farcop authored Jun 7, 2024
1 parent 2a18ada commit 2759966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apko/private/toolchains_repo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PLATFORMS = {
"@platforms//cpu:aarch64",
],
),
"linux_i386": struct(
"linux_386": struct(
compatible_with = [
"@platforms//os:linux",
"@platforms//cpu:x86_32",
Expand Down

0 comments on commit 2759966

Please sign in to comment.