Skip to content

Commit

Permalink
ci: use latest buildx version
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jan 31, 2023
1 parent 161e765 commit a867b81
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
CACHE_GHA_SCOPE_BINARIES: "binaries"
CACHE_GHA_SCOPE_CROSS: "cross"
TESTFLAGS: "-v --parallel=6 --timeout=30m"
BUILDX_VERSION: "v0.10.0-rc3" # leave empty to use the one available on GitHub virtual environment
BUILDX_VERSION: "latest" # leave empty to use the one available on GitHub virtual environment
GO_VERSION: "1.19"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildx-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:

env:
REPO_SLUG_TARGET: "moby/buildkit"
BUILDX_VERSION: "v0.9.1" # leave empty to use the one available on GitHub virtual environment
BUILDX_VERSION: "latest" # leave empty to use the one available on GitHub virtual environment

jobs:
create:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
CACHE_GHA_SCOPE_IT: "integration-tests"
CACHE_GHA_SCOPE_BINARIES: "binaries"
TESTFLAGS: "-v --parallel=1 --timeout=30m"
BUILDX_VERSION: "v0.9.1" # leave empty to use the one available on GitHub virtual environment
BUILDX_VERSION: "latest" # leave empty to use the one available on GitHub virtual environment

jobs:
prepare:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
PLATFORMS: "linux/386,linux/amd64,linux/arm/v7,linux/arm64,linux/mips,linux/mipsle,linux/mips64,linux/mips64le,linux/s390x,linux/ppc64le,linux/riscv64"
CACHE_GHA_SCOPE_IT: "frontend-integration-tests"
TESTFLAGS: "-v --parallel=6 --timeout=30m"
BUILDX_VERSION: "v0.9.1" # leave empty to use the one available on GitHub virtual environment
BUILDX_VERSION: "latest" # leave empty to use the one available on GitHub virtual environment

jobs:
base:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
REPO_SLUG_ORIGIN: "moby/buildkit:latest"
BUILDX_VERSION: "v0.9.1" # leave empty to use the one available on GitHub virtual environment
BUILDX_VERSION: "latest" # leave empty to use the one available on GitHub virtual environment

jobs:
validate:
Expand Down

0 comments on commit a867b81

Please sign in to comment.