From 08dceda61b648e33775d4c615a4e0cc2c544dfea Mon Sep 17 00:00:00 2001 From: llamasoft Date: Tue, 15 Nov 2022 11:12:14 -0500 Subject: [PATCH] Add armeb to release workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 315a863..4f7f13b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: target: - aarch64-linux-musl - arm-linux-musleabi + - armeb-linux-musleabi - i686-linux-musl - mips-linux-musl - mipsel-linux-musl @@ -74,4 +75,4 @@ jobs: prerelease: ${{ github.ref_type != 'tag' }} generate_release_notes: ${{ github.ref_type == 'tag' }} files: "${{ matrix.target }}.tar.gz" - fail_on_unmatched_files: true \ No newline at end of file + fail_on_unmatched_files: true