mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
CI: switch the debian stable image to i686
The debian image is used to test older dependencies and toolchains. This adds an older architecture to that list.
This commit is contained in:
parent
e10eff122c
commit
1a1bbf9bf4
@ -53,8 +53,8 @@ fedora-x86_64:
|
||||
- "_build/${CI_JOB_NAME}-report.xml"
|
||||
- "_coverage"
|
||||
|
||||
debian-stable-x86_64:
|
||||
image: registry.gitlab.gnome.org/gnome/glib/debian-stable:v1
|
||||
debian-stable-i686:
|
||||
image: registry.gitlab.gnome.org/gnome/glib/debian-stable:v2
|
||||
stage: build
|
||||
except:
|
||||
- tags
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM debian:stretch
|
||||
FROM i386/debian:stretch
|
||||
|
||||
RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
|
||||
bindfs \
|
||||
|
Loading…
x
Reference in New Issue
Block a user