Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +2 |
Thanks.
Left some optional comments. Feel free to include them or leave to a future CL, whichever works out better.
This Makefile determinutes the image name from the name of the directory it's in, and is identical to the linux-arm64-bookworm one. Instead of copying it, consider following what we have for x86 ones and making this a link to ../shared-makefile/Makefile.arm64 or something like that. (If we ever need to make them different, we can do that, otherwise the link makes it easier to see it's a common Makefile across multiple images.)
# nano: for interactive debugging convenience
Since this can be handy regardless of the GOARCH value, and isn't yet included in arm64 images, consider copying it over to make some progress on making them more similar. (Even if it's not included in the first image build, for future ones.)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This Makefile determinutes the image name from the name of the directory it's in, and is identical to the linux-arm64-bookworm one. Instead of copying it, consider following what we have for x86 ones and making this a link to ../shared-makefile/Makefile.arm64 or something like that. (If we ever need to make them different, we can do that, otherwise the link makes it easier to see it's a common Makefile across multiple images.)
Done
Since this can be handy regardless of the GOARCH value, and isn't yet included in arm64 images, consider copying it over to make some progress on making them more similar. (Even if it's not included in the first image build, for future ones.)
Done
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |