Fix typo for UDM startup script#63
Conversation
|
Those Dockerfiles are for Note: due to the dependency on CGO, cross compiling is required and I develop on OSX. Edit: the typo should be fixed (could of sworn I had already fixed that???). If you want to update your PR, please squash your commits so there is a single commit for me to merge. |
|
Ohhh I see. You use the Dockerfile to build the binary even though the built Docker image wouldn't actually run on the "target" architecture? So the Dockerfile.arm64 file would build a binary for ARM64, but wouldn't be able to run on ARM64 architecture. Since that's the case, I'll just fix the typo in this PR. Note: I think what you are remembering is this branch: https://github.com/synfinatic/udp-proxy-2020/blob/fix-script/startup-scripts/udm-utilities/on_boot.d/40-udp-proxy-2020.sh |
The typo should definitely be fixed, but I'm not entirely sure about the Dockerfiles. I figured that we didn't need them, so I'd go ahead and remove them. If we still need them, then I can submit a PR with just the typo fix.