Skip to content

Commit

Permalink
Switch to the rhel golang builder
Browse files Browse the repository at this point in the history
This is for switching to the same compiler that we use for releases
in CI and will allow adding per PR FIPS testing.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
  • Loading branch information
mrunalp committed Nov 1, 2019
1 parent e63f661 commit b960c28
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -31,15 +31,15 @@ images:
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.12
- registry.svc.ci.openshift.org/ocp/builder:rhel-golang-1.12
paths: null
to: hyperkube
- dockerfile_path: images/tests/Dockerfile.rhel
from: cli
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.12
- registry.svc.ci.openshift.org/ocp/builder:rhel-golang-1.12
paths: null
to: tests
- context_dir: images/os/
Expand Down

0 comments on commit b960c28

Please sign in to comment.