Skip to content

Commit

Permalink
chore: do not run tests on ARM
Browse files Browse the repository at this point in the history
No need to.

Signed-off-by: Alexey Palazhchenko <[email protected]>
  • Loading branch information
AlekSi committed Sep 6, 2021
1 parent d6258cf commit 7b5dc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
image: autonomy/build-container:latest
pull: always
environment:
PLATFORM: linux/amd64,linux/arm64
PLATFORM: linux/amd64
INTEGRATION_SKIP_CLEANUP: 1 # make things a bit faster
commands:
- make env-up
Expand Down Expand Up @@ -175,6 +175,6 @@ depends_on:

---
kind: signature
hmac: 85ad07759e326ade61ea3aceae13b64264408214343dd5c99b4c0b28a8d21641
hmac: bad019a7e9df2a5e2e45427c1419ac8b5dacb9022d366ad81c829dc61a0ab94d

...

0 comments on commit 7b5dc51

Please sign in to comment.