Skip to content

Commit

Permalink
codegen bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Mar 3, 2025
1 parent 989e06b commit b53b433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker/provided_images.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use super::{ImagePlatform, ProvidedImage};
pub static PROVIDED_IMAGES: &[ProvidedImage] = &[
ProvidedImage {
name: "x86_64-unknown-linux-gnu",
platforms: &[ImagePlatform::X86_64_UNKNOWN_LINUX_GNU],
platforms: &[ImagePlatform::X86_64_UNKNOWN_LINUX_GNU, ImagePlatform::AARCH64_UNKNOWN_LINUX_GNU],
sub: None
},
ProvidedImage {
Expand All @@ -20,7 +20,7 @@ pub static PROVIDED_IMAGES: &[ProvidedImage] = &[
},
ProvidedImage {
name: "aarch64-unknown-linux-gnu",
platforms: &[ImagePlatform::X86_64_UNKNOWN_LINUX_GNU],
platforms: &[ImagePlatform::X86_64_UNKNOWN_LINUX_GNU, ImagePlatform::AARCH64_UNKNOWN_LINUX_GNU],
sub: None
},
ProvidedImage {
Expand Down

0 comments on commit b53b433

Please sign in to comment.