Commit 3c44c58
committed
Fix: Let Docker image be built correctly for non-amd64 platforms
When building the Docker image on a platform such as arm64, the generated
binary is instead located inside the `/go/src/terraform-docs/bin/linux-arm64/`
folder, meaning the second stage of the Docker image build fails.
This fixes that.
Signed-off-by: Jeppe Fihl-Pearson <[email protected]>1 parent 577d2c8 commit 3c44c58
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments