attempting to update a working config in our staging env but started getting a new error from the networking stack I have not seen before (see below):
ops run -n --accel=false auction-gateway
100% |████████████████████████████████████████| [0s:0s]
booting /Users/rich/.ops/images/auction-gateway ...
en1: assigned 10.0.2.15
time="2023-03-07T01:03:49Z" level=fatal msg="lo0: multicast disabled"
exit status 3
binary is built on my M1 mac using GOOS and GOARCH set to linux and amd64 respectively:
file auction-gateway
auction-gateway: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=cKSffFqddC7uRfA7fjpc/IByO1FhAaE4qpnovOBW3/GsDzTCYYjrcJywqpclmc/4SaqEFMWwJkKMCBZPSxq, with debug_info, not stripped
Not sure if anything has changed or not at this point to create this issue
attempting to update a working config in our staging env but started getting a new error from the networking stack I have not seen before (see below):
binary is built on my M1 mac using GOOS and GOARCH set to linux and amd64 respectively:
Not sure if anything has changed or not at this point to create this issue