Skip to content

Commit

Permalink
increased timeout to 45m for building, which is required for am
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTheocharis committed Jun 25, 2024
1 parent 7467498 commit 8238ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY ./opcua_plugin ./opcua_plugin
COPY ./s7comm_plugin ./s7comm_plugin
COPY .goreleaser.yml .
RUN echo 'project_name: app' >> .goreleaser.yml
RUN goreleaser build --single-target --snapshot --id benthos --output ./main
RUN goreleaser build --single-target --snapshot --id benthos --output ./main --timeout 45m

FROM busybox as app

Expand Down

0 comments on commit 8238ec0

Please sign in to comment.