We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcac793 commit 20fed13Copy full SHA for 20fed13
.drone.yml
@@ -417,7 +417,7 @@ steps:
417
TAGS: bindata gogit sqlite sqlite_unlock_notify
418
419
- name: bench-sqlite
420
- image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
+ image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
421
commands:
422
- timeout -s ABRT 40m make bench-sqlite
423
environment:
@@ -429,7 +429,7 @@ steps:
429
- build
430
431
- name: bench-pgsql
432
433
434
- timeout -s ABRT 40m make bench-pgsql
435
0 commit comments