Skip to content

Commit

Permalink
gpg: just .. ignore it, I'm fed up
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo committed Jun 17, 2024
1 parent 3a9a5ab commit 6001576
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
id: listing
run: |
make list-targets \
| sed -E 's/gpg ?//' \
| tr -d '\n' \
| jq -Rsc 'split(" ")' \
| sed 's:^:targets=:' >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/crosscompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
id: listing
run: |
make list-targets \
| sed -E 's/gpg ?//' \
| tr -d '\n' \
| jq -Rsc 'split(" ")' \
| sed 's:^:targets=:' >> $GITHUB_OUTPUT
Expand Down
3 changes: 3 additions & 0 deletions build/gpg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# the GnuPG FTP server. The download page lists the latest versions.
# https://gnupg.org/download/index.html

# WARNING: this build breaks so frequently that I just gave up on
# maintaining it. It may or may not work. Here be dragons.

# base image
FROM alpine:edge as build

Expand Down

0 comments on commit 6001576

Please sign in to comment.