Skip to content

Commit

Permalink
try fix build.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Slach <[email protected]>
  • Loading branch information
Slach committed Jan 14, 2025
1 parent ff894db commit 63afba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
golang-version:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
testflows:
needs: build
name: Testflows
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
golang-version:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ build-fips-docker:
bash -xce 'docker buildx build --build-arg CLICKHOUSE_VERSION=$${CLICKHOUSE_VERSION:-latest} --build-arg CLICKHOUSE_IMAGE=$${CLICKHOUSE_IMAGE:-clickhouse/clickhouse-server} --build-arg VERSION=$(VERSION) \
--tag $(NAME):build-docker-fips --target make-build-fips --progress plain --load . && \
mkdir -pv ./build && \
DOCKER_ID=$$(docker create $(NAME):build-docker) && \
DOCKER_ID=$$(docker create $(NAME):build-docker-fips) && \
docker cp $${DOCKER_ID}:/src/build/. ./build/ && \
docker rm -f "$${DOCKER_ID}"'

0 comments on commit 63afba7

Please sign in to comment.