ci: Use bookworm image
The image for x86_64 is a custom one from the registry.
This commit is contained in:
		@ -1,4 +1,4 @@
 | 
				
			|||||||
image: debian:bullseye
 | 
					image: $CI_REGISTRY/world/phosh/phosh/debian:v0.0.20211208
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stages:
 | 
					stages:
 | 
				
			||||||
  - build
 | 
					  - build
 | 
				
			||||||
@ -6,10 +6,7 @@ stages:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
  - apt-get -y update
 | 
					  - apt-get -y update
 | 
				
			||||||
  - apt-get -y install wget ca-certificates gnupg
 | 
					  - apt-get -y install ca-certificates
 | 
				
			||||||
  - echo "deb [trusted=yes] http://ci.puri.sm/ bullseyeci main" > /etc/apt/sources.list.d/ci.list
 | 
					 | 
				
			||||||
  - wget -O- https://ci.puri.sm/ci-repo.key | apt-key add -
 | 
					 | 
				
			||||||
  - apt-get -y update
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
build_docs:
 | 
					build_docs:
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
@ -56,6 +53,7 @@ build_deb:
 | 
				
			|||||||
    - cp ../*.deb .
 | 
					    - cp ../*.deb .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build_deb:arm64:
 | 
					build_deb:arm64:
 | 
				
			||||||
 | 
					  image: debian:bookworm
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - aarch64
 | 
					    - aarch64
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user