Skip to content

Commit

Permalink
Add ARM build (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored Jul 1, 2021
1 parent 28b235f commit 7d20394
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kind: pipeline
name: arm64
platform: { os: linux, arch: arm64 }
steps:
- name: Test
image: buildpack-deps:focal
commands:
- export LC_ALL=C.UTF-8
- apt-get update -y
- apt-get install -y ghc cabal-install
- cabal update
- cabal new-test

0 comments on commit 7d20394

Please sign in to comment.