File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
env :
4
4
SETUP_GVM_VERSION : " v0.5.1"
5
- IMAGE_UBUNTU_X86_64 : " family/core-ubuntu-2204"
5
+ IMAGE_UBUNTU_X86_64 : " family/platform-ingest-beats-ubuntu-2204"
6
+ INSTANCE_TYPE_X86_64 : " n2-standard-4"
6
7
IMAGE_UBUNTU_ARM_64 : " core-ubuntu-2004-aarch64"
7
8
DOCKER_REGISTRY : " docker.elastic.co"
8
9
STAGING_IMAGE : " ${DOCKER_REGISTRY}/observability-ci"
27
28
agents :
28
29
provider : " gcp"
29
30
image : " ${IMAGE_UBUNTU_X86_64}"
31
+ instanceType : " ${INSTANCE_TYPE_X86_64}"
30
32
matrix :
31
33
setup :
32
34
makefile :
67
69
agents :
68
70
provider : " gcp"
69
71
image : " ${IMAGE_UBUNTU_X86_64}"
72
+ instanceType : " ${INSTANCE_TYPE_X86_64}"
70
73
matrix :
71
74
setup :
72
75
makefile :
@@ -108,3 +111,4 @@ steps:
108
111
agents :
109
112
provider : " gcp"
110
113
image : " ${IMAGE_UBUNTU_X86_64}"
114
+ instanceType : " ${INSTANCE_TYPE_X86_64}"
Original file line number Diff line number Diff line change 4
4
5
5
BUILDPLATFORM=${BUILDPLATFORM:- " linux/amd64,linux/arm64" }
6
6
7
- # docker run --privileged --rm tonistiigi/binfmt --install all
8
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
9
7
BUILDER_NAME=" multibuilder${RANDOM} "
10
8
echo " Add support for multiarch"
11
- docker run --privileged --rm tonistiigi/binfmt --install all
9
+ docker run --privileged --rm tonistiigi/binfmt:master --install all
12
10
13
11
docker buildx ls
14
12
echo ' Create builder'
You can’t perform that action at this time.
0 commit comments