golang.org/x/build@v0.0.0-20240506185731-218518f32b70/env/linux-x86-sid/cloudbuild.yaml (about) 1 # Copyright 2022 The Go Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style 3 # license that can be found in the LICENSE file. 4 5 steps: 6 - name: 'gcr.io/cloud-builders/docker' 7 args: [ 'build', '-t', 'golang/buildlet-stage0:latest', '-f', 'cmd/buildlet/stage0/Dockerfile', '.'] 8 - name: 'gcr.io/cloud-builders/docker' 9 args: [ 'build', '-t', 'gcr.io/symbolic-datum-552/linux-x86-sid:cloudbuild', '-f', 'env/linux-x86-sid/Dockerfile', '.'] 10 images: 11 - 'gcr.io/symbolic-datum-552/linux-x86-sid:cloudbuild'