Skip to content

Commit 730aca6

Browse files
.travis.yml: fix validation warnings (#2553)
Co-authored-by: Joe Lanford <[email protected]>
1 parent 8d621fd commit 730aca6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
os: linux
12
branches:
23
except:
34
- release-4.2
45
- release-4.3
56

67
language: go
78
go_import_path: github.com/operator-framework/operator-sdk
8-
sudo: required
99

1010
# go modules require xenial for mercurial TLS 1.2 support
1111
dist: xenial
@@ -49,7 +49,6 @@ x_base_steps:
4949
stage: test
5050
env:
5151
- CLUSTER=k8s
52-
os: linux
5352
<<: *go_before_install
5453
install:
5554
- make install
@@ -141,29 +140,31 @@ jobs:
141140
# Build and deploy ansible-operator docker image
142141
- <<: *deploy
143142
name: Docker image for ansible-operator
143+
arch: amd64
144144
script:
145145
- make image-build-ansible
146146
- make image-push-ansible
147147

148148
# Build and deploy amd64 helm-operator docker image
149149
- <<: *deploy
150150
name: Docker image for helm-operator (amd64)
151-
os: linux
151+
arch: amd64
152152
script:
153153
- make image-build-helm
154154
- make image-push-helm
155155

156156
# Build and deploy ppc64le helm-operator docker image
157157
- <<: *deploy
158158
name: Docker image for helm-operator (ppc64le)
159-
os: linux-ppc64le
159+
arch: ppc64le
160160
script:
161161
- make image-build-helm
162162
- make image-push-helm
163163

164164
# Build and deploy scorecard-proxy docker image
165165
- <<: *deploy
166166
name: Docker image for scorecard-proxy
167+
arch: amd64
167168
script:
168169
- make image-build-scorecard-proxy
169170
- make image-push-scorecard-proxy

0 commit comments

Comments
 (0)