Skip to content

Commit

Permalink
ci: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 2, 2024
1 parent 544e936 commit 96d9889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ jobs:
build:
needs:
- setup-build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 15
# if: github.event.pull_request.draft != true
steps:
Expand All @@ -556,6 +556,8 @@ jobs:
- name: Build
run: pnpm build

- run: ldd --version

- name: Build docker
run: pnpm build:docker build --tries=3 # --platform=linux/amd64,linux/arm64
env:
Expand Down

0 comments on commit 96d9889

Please sign in to comment.