mirror of
https://github.com/containers/podman.git
synced 2026-07-13 00:31:45 -04:00
32 lines
671 B
YAML
32 lines
671 B
YAML
language: go
|
|
|
|
os: linux
|
|
|
|
arch:
|
|
- amd64
|
|
- arm64
|
|
|
|
dist: noble
|
|
|
|
services:
|
|
- docker
|
|
|
|
go:
|
|
- "1.23.12"
|
|
|
|
before_install:
|
|
- docker pull mirror.gcr.io/alpine
|
|
- docker pull mirror.gcr.io/busybox
|
|
- docker pull public.ecr.aws/docker/library/centos:7
|
|
- docker pull mirror.gcr.io/debian
|
|
- docker pull registry.fedoraproject.org/fedora-minimal
|
|
- docker pull registry.fedoraproject.org/fedora-minimal:42-x86_64
|
|
- docker pull registry.fedoraproject.org/fedora-minimal:42-aarch64
|
|
- docker pull mirror.gcr.io/golang:1.24
|
|
- chmod -R go-w ./dockerclient/testdata
|
|
|
|
script:
|
|
- make build
|
|
- make test
|
|
- travis_wait 45 make test-conformance DOCKER_API_VERSION=1.44
|