Skip to content

Commit

Permalink
lol, actually build for linux/mips64
Browse files Browse the repository at this point in the history
  • Loading branch information
unRob committed Jan 23, 2023
1 parent 3ff1ab7 commit cbb547d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ body:
- linux/arm
- linux/arm64
- linux/mips
- linux/mips64
- linux/x86_64
- macos/arm64
- macos/x86_64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
prerelease="true"
echo "Building a pre-release"
fi
echo "::set-output name=prerelease::$prerelease"
echo "prerelease=$prerelease" >> $GITHUB_OUTPUT
echo "::group::building release"
$(pwd)/milpa release build --parallel 2 "${version}"
Expand Down
2 changes: 1 addition & 1 deletion repos/internal/commands/release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export MILPA_VERSION="$MILPA_ARG_VERSION"

output="${MILPA_OPT_OUTPUT:-$MILPA_ROOT/dist}"
all_targets=( linux/amd64 linux/arm64 linux/arm linux/mips darwin/amd64 darwin/arm64 )
all_targets=( linux/amd64 linux/arm64 linux/arm linux/mips linux/mips64 darwin/amd64 darwin/arm64 )
# build packages

if [[ "${#MILPA_ARG_TARGETS}" -eq 0 ]] || [[ "${MILPA_ARG_TARGETS[1]}" == "auto" ]]; then
Expand Down

0 comments on commit cbb547d

Please sign in to comment.