Skip to content

Commit

Permalink
ci: update aarch64 image to jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
haasn committed Feb 3, 2023
1 parent da0c8b2 commit 3483556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
IMAGE_UBUNTU_JAMMY: registry.videolan.org/libplacebo-ubuntu-jammy:20230131170906
IMAGE_UBUNTU_JAMMY_LLVMPIPE: registry.videolan.org/libplacebo-ubuntu-jammy:20230130122426
IMAGE_UBUNTU_FOCAL_AARCH: registry.videolan.org/libplacebo-ubuntu-focal-aarch64:20211020160908
IMAGE_UBUNTU_JAMMY_AARCH: registry.videolan.org/libplacebo-ubuntu-jammy-aarch64:20230203024122

linux:
image: $IMAGE_UBUNTU_JAMMY
Expand Down Expand Up @@ -68,7 +68,7 @@ win64:
- cd build && meson test -t 5 -v --num-processes=1

aarch64:
image: $IMAGE_UBUNTU_FOCAL_AARCH
image: $IMAGE_UBUNTU_JAMMY_AARCH
stage: compile
tags:
- docker
Expand Down

0 comments on commit 3483556

Please sign in to comment.