mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 21:47:23 +00:00
try fast runners
This commit is contained in:
parent
562eada22a
commit
de303494b4
22
.github/workflows/ffo-test.yml
vendored
22
.github/workflows/ffo-test.yml
vendored
@ -12,7 +12,7 @@ permissions:
|
||||
jobs:
|
||||
depot-gh-cache:
|
||||
timeout-minutes: 20
|
||||
runs-on: depot-ubuntu-22.04-8
|
||||
runs-on: depot-ubuntu-22.04-16
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -47,23 +47,3 @@ jobs:
|
||||
name: depot-cache
|
||||
path: .build
|
||||
include-hidden-files: true
|
||||
|
||||
gh-runner-cache:
|
||||
timeout-minutes: 20
|
||||
runs-on:
|
||||
group: zitadel-public
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- uses: docker/bake-action@v6
|
||||
with:
|
||||
source: .
|
||||
push: false
|
||||
targets: ci
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: gh-runner-cache
|
||||
path: .build
|
||||
include-hidden-files: true
|
@ -3,9 +3,6 @@ FROM ubuntu:22.04
|
||||
ARG NODE_VERSION=22
|
||||
ARG GO_VERSION=1.24.0
|
||||
ARG SASS_VERSION=1.64.1
|
||||
ARG GOLANG_CI_VERSION=1.64.5
|
||||
ARG BIN="/usr/local/bin"
|
||||
ARG VERSION="1.50.0"
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user