Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
767 stars 144 forks source link

Release v0.4.3 arm64 is not support config file #273

Closed ghalambaz closed 8 months ago

ghalambaz commented 8 months ago

I used arm64 image for one of the projects but was not able to use the same config to create default queues

Local:
    Host: localhost
    Port: 4100
    LogMessages: true
    LogFile: ./goaws_messages.log
    Queues:
        - Name: myqueue-dev-1
        - Name: myqueue-dev-2

It didn't recognize the config file.

Admiral-Piett commented 8 months ago

@ghalambaz Hi there, can you try 0.4.4? I think I got that working now.

ghalambaz commented 8 months ago

I have already tested and works fine :) Thanks for your support