mirror of
https://github.com/docker/cli.git
synced 2026-08-24 18:14:17 -05:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c32057333e | ||
|
|
a7abd65c2c | ||
|
|
3d49d403c7 | ||
|
|
9a594cbe33 | ||
|
|
dd25cd2d2b | ||
|
|
6ff84b8076 | ||
|
|
09b43d5ed9 |
@@ -45,7 +45,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-12
|
||||
- macos-13 # macOS 13 on Intel
|
||||
- macos-14 # macOS 14 on arm64 (Apple Silicon M1)
|
||||
# - windows-2022 # FIXME: some tests are failing on the Windows runner, as well as on Appveyor since June 24, 2018: https://ci.appveyor.com/project/docker/cli/history
|
||||
steps:
|
||||
-
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
ARG BASE_VARIANT=alpine
|
||||
ARG GO_VERSION=1.22.6
|
||||
ARG ALPINE_VERSION=3.20
|
||||
ARG XX_VERSION=1.1.1
|
||||
ARG XX_VERSION=1.6.1
|
||||
ARG GOVERSIONINFO_VERSION=v1.3.0
|
||||
ARG GOTESTSUM_VERSION=v1.10.0
|
||||
ARG BUILDX_VERSION=0.11.2
|
||||
|
||||
Reference in New Issue
Block a user