Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/g/gitea-runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
desc "Official Actions runner for Gitea"
homepage "https://gitea.com/gitea/runner"
url "https://gitea.com/gitea/runner/archive/v1.0.8.tar.gz"
sha256 "9d5b1c79149ecbf8f985f36295e766487cb2e22b0a43f778e276286e0b4cf95a"
sha256 "67f667acb0531eec239eee2b0d87dd0e20cf0005ce6808e316561a3aeb2e12ab"
license "MIT"

bottle do
Expand All @@ -17,7 +17,7 @@

depends_on "go" => :build

def install

Check failure on line 20 in Formula/g/gitea-runner.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle gitea-runner` failed on Linux x86_64!

SHA-256 checksum of downloaded file: e75704427a1af000ffdee53c19ad45adacbefa229fe618c36fd9376bde769a09

Check failure on line 20 in Formula/g/gitea-runner.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew install --verbose --formula --build-bottle gitea-runner` failed on Linux arm64!

SHA-256 checksum of downloaded file: 1b47560d3aeaeb099733779dc65622138674463567b401bccc4ac19111c58227
ldflags = %W[
-s -w
-X gitea.com/gitea/runner/internal/pkg/ver.version=v#{version}
Expand Down
Loading