Skip to content

Commit

Permalink
Remove ./bin/replicated from build container
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Oct 31, 2024
1 parent eeb86c5 commit aae1943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dagger/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func (r *Replicated) Release(
}).
From("golang:1.22").
WithMountedDirectory("/go/src/github.com/replicatedhq/replicated", updatedSource).
WithoutFile("/go/src/github.com/replicatedhq/replicated/bin/replicated").
WithWorkdir("/go/src/github.com/replicatedhq/replicated").
WithMountedCache("/go/pkg/mod", goModCache).
WithEnvVariable("GOMODCACHE", "/go/pkg/mod").
Expand Down

0 comments on commit aae1943

Please sign in to comment.