summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-04-26 18:36:19 +0100
committerEllie Huxtable <e@elm.sh>2021-04-26 18:36:19 +0100
commit4df77c5201c5245cb08bab636787be6da782009f (patch)
tree0bca512acf5d1e87507c3c89a45066747d8ccea4 /.github
parent9356736ca16c0b575a9408ad23c532e17b8ffccb (diff)
Release v0.6.4v0.6.4
- Fix version - Only build for two targets
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 07519914..58868068 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -18,9 +18,6 @@ jobs:
fail-fast: false
matrix:
job:
- - { os: ubuntu-18.04 , target: arm-unknown-linux-gnueabihf , use-cross: true }
- - { os: ubuntu-18.04 , target: aarch64-unknown-linux-gnu , use-cross: true }
- - { os: ubuntu-18.04 , target: i686-unknown-linux-gnu , use-cross: true }
- { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu }
- { os: macos-10.15 , target: x86_64-apple-darwin }
steps: