Skip to content

Commit

Permalink
Remove ARM 32bit job (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored Oct 3, 2022
1 parent b981007 commit dcfe741
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
kind: pipeline
name: arm
platform: { os: linux, arch: arm }
steps:
- name: Test
image: elmanhasa/haskell-base
commands:
- export LC_ALL=C.UTF-8
- uname -a # check platform
- getconf LONG_BIT # check bitness
- cabal --version
- cabal update
- cabal new-test
---
kind: pipeline
name: arm64-ghc8.10
platform: { os: linux, arch: arm64 }
steps:
Expand Down

0 comments on commit dcfe741

Please sign in to comment.