Skip to content

Commit

Permalink
remove multi-arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxfight committed May 16, 2024
1 parent 5cd163d commit aae93dc
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
permissions:
contents: write
packages: write
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -43,7 +38,7 @@ jobs:
with:
files: |
release.tar.gz
tag_name: ${{ steps.shorten_sha.outputs.short_sha }}-${{ matrix.platform }}
release_name: Release ${{ steps.shorten_sha.outputs.short_sha }}-${{ matrix.platform }}
tag_name: ${{ steps.shorten_sha.outputs.short_sha }}
release_name: Release ${{ steps.shorten_sha.outputs.short_sha }}
body: |
Release for commit ${{ steps.shorten_sha.outputs.short_sha }}-${{ matrix.platform }}
Release for commit ${{ steps.shorten_sha.outputs.short_sha }}

0 comments on commit aae93dc

Please sign in to comment.