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 @@ -14,9 +14,10 @@ RUN make build/registry cross
14
14
15
15
FROM scratch
16
16
17
+ # copy a rhel-specific instance
17
18
COPY --from=builder /src/bin/opm /tools/opm-rhel9
18
- COPY --from=builder /src/bin/darwin-amd64-opm /tools/darwin-amd64-opm
19
- COPY --from=builder /src/bin/windows-amd64- opm /tools/windows-amd64-opm
19
+ # copy all other generated binaries, including any cross-compiled
20
+ COPY --from=builder /src/bin/* opm /tools/
20
21
21
22
# copy the dynamically-linked versions to /tools with a -rhel8 suffix
22
23
COPY --from=builder-rhel8 /src/bin/opm /tools/opm-rhel8
You can’t perform that action at this time.
0 commit comments