summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-10-26 12:43:17 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-10-26 12:44:24 +0800
commitdb47b375db9ee8a94aec40d6c0ac430085f6bab1 (patch)
tree15fd3a5cfeb101a399caa3dfa4785e92c5788cdb
parentc32322f29a120712a75f95585e4d3a3d700c538b (diff)
See if ARM works againTEST-0.0.1release-test
-rw-r--r--.github/workflows/release.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d9277ac..51a5083 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,17 +14,17 @@ name: release
on:
push:
# Enable when testing release infrastructure on a branch.
-# branches:
-# - master
- tags:
- - 'v[0-9]+.[0-9]+.[0-9]+'
+ branches:
+ - release-test
+# tags:
+# - 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
create-release:
name: create-release
runs-on: ubuntu-latest
-# env:
-# # Set to force version number, e.g., when no tag exists.
-# ARTIFACT_VERSION: TEST-0.0.1
+ env:
+ # Set to force version number, e.g., when no tag exists.
+ ARTIFACT_VERSION: TEST-0.0.1
steps:
- name: Create artifacts directory
run: mkdir artifacts
@@ -76,19 +76,19 @@ jobs:
BIN_NAME: dua
strategy:
matrix:
-# build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
- build: [linux, macos, win-msvc, win-gnu, win32-msvc]
+ build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
+# build: [linux, macos, win-msvc, win-gnu, win32-msvc]
include:
- build: linux
os: ubuntu-18.04
rust: stable
target: x86_64-unknown-linux-musl
feature: tui-unix
-# - build: linux-arm
-# os: ubuntu-18.04
-# rust: stable
-# target: arm-unknown-linux-gnueabihf
-# feature: tui-unix
+ - build: linux-arm
+ os: ubuntu-18.04
+ rust: stable
+ target: arm-unknown-linux-gnueabihf
+ feature: tui-unix
- build: macos
os: macos-latest
rust: stable