Skip to content

Commit 20fed13

Browse files
authored
amd64
1 parent dcac793 commit 20fed13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ steps:
417417
TAGS: bindata gogit sqlite sqlite_unlock_notify
418418

419419
- name: bench-sqlite
420-
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
420+
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
421421
commands:
422422
- timeout -s ABRT 40m make bench-sqlite
423423
environment:
@@ -429,7 +429,7 @@ steps:
429429
- build
430430

431431
- name: bench-pgsql
432-
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
432+
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
433433
commands:
434434
- timeout -s ABRT 40m make bench-pgsql
435435
environment:

0 commit comments

Comments
 (0)