Skip to content

Commit

Permalink
fix: yeah nvm on that one
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Nov 28, 2024
1 parent 1092ebd commit 2359f85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Set up SSH key for AUR
run: |
mkdir -p /home/runner/.ssh
echo "${{ secrets.AUR_KEY }}" > /home/runner/.ssh/aur
chmod 600 /home/runner/.ssh/aur
eval $(ssh-agent)
ssh-add /home/runner/.ssh/aur
ssh-keyscan aur.archlinux.org >> /home/runner/.ssh/known_hosts
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand All @@ -40,7 +32,6 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}

build-and-push-image:
runs-on: ubuntu-latest
Expand Down
23 changes: 0 additions & 23 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,3 @@ brews:
homepage: "https://github.com/brittonhayes/pillager"
description: "Pillage filesystems for sensitive information"
license: "MIT"

aurs:
- name: pillager-bin
homepage: "https://github.com/brittonhayes/pillager"
description: "Pillage filesystems for sensitive information"
maintainers:
- "brittonhayes <[email protected]>"
license: "MIT"
private_key: "/home/runner/.ssh/aur"
git_url: "ssh://[email protected]/pillager-bin.git"
provides:
- pillager
package: |-
# bin
install -Dm755 "./pillager" "${pkgdir}/usr/bin/pillager"
# license
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/pillager/LICENSE"
commit_author:
name: "brittonhayes"
email: "[email protected]"
commit_msg_template: "Update to {{ .Tag }}"
goamd64: v1

0 comments on commit 2359f85

Please sign in to comment.