File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -468,3 +468,6 @@ scripts/**/*.crc.e2e.patch.yaml
468
468
469
469
# downstream sync sha files
470
470
* .cherrypick
471
+
472
+ # unit test artifacts
473
+ vendor /github.com /operator-framework /operator-registry /pkg /lib /indexer /index.Dockerfile *
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ RUN make build/registry cross
21
21
22
22
FROM scratch
23
23
24
+ # copy a rhel-specific instance
24
25
COPY --from=builder /src/bin/opm /tools/opm-rhel9
25
- COPY --from=builder /src/bin/darwin-amd64-opm /tools/darwin-amd64-opm
26
- COPY --from=builder /src/bin/windows-amd64- opm /tools/windows-amd64-opm
26
+ # copy all other generated binaries, including any cross-compiled
27
+ COPY --from=builder /src/bin/* opm /tools/
27
28
28
29
# copy the dynamically-linked versions to /tools with a -rhel8 suffix
29
30
COPY --from=builder-rhel8 /src/bin/opm /tools/opm-rhel8
You can’t perform that action at this time.
0 commit comments