Skip to content

Commit

Permalink
chore(actions): remove linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Stein committed Feb 6, 2023
1 parent 2c18c67 commit f41da77
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
MACOS_TARGET: x86_64-apple-darwin
LINUX_AMD64_TARGET: x86_64-unknown-linux-musl
LINUX_ARM64_TARGET: aarch64-unknown-linux-musl
VERSION: 0.1.1

# Space separated paths to include in the archive.
RELEASE_ADDS: README.md LICENSE-APACHE LICENSE-MIT
Expand Down Expand Up @@ -119,8 +120,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ steps.get_version.outputs.VERSION }}
release_name: ${{ steps.get_version.outputs.VERSION }}
# tag_name: ${{ steps.get_version.outputs.VERSION }}
# release_name: ${{ steps.get_version.outputs.VERSION }}
tag_name: ${{ env.VERSION }}
release_name: ${{ env.VERSION }}

# - name: Download Linux amd64 tarball
# uses: actions/download-artifact@v2
Expand Down

0 comments on commit f41da77

Please sign in to comment.