Commit 96a852e
e2e-managed: extract THIS host's platform bundle (#25)
The build now emits one bundle per platform; e2e-managed runs the adapter
binary directly, so picking an arbitrary tarball (find ... | head -1) could
grab a cross-platform binary and exec-format-error on the runner. Select
*-$(go env GOOS)-$(go env GOARCH).tar.gz, falling back to any tarball for
old single-platform builds.
Fixes the e2e-managed failure on #24.
Co-authored-by: Alex Godoroja <alex@vulturelabs.io>1 parent b0c8a19 commit 96a852e
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
| |||
0 commit comments