Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Release v0.2.1 (#103)
Browse files Browse the repository at this point in the history
* doc: Update changelog

* doc: Update Readme

* fix: Debian package build rule
  • Loading branch information
AntiD2ta authored Oct 11, 2023
1 parent 71202e3 commit 8529a2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.1] - 2023-10-11

### Fixed

- Pull plugin image if does not exist locally ([#101](https://github.com/NethermindEth/eigenlayer/pull/101))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ curl -L https://github.com/NethermindEth/eigenlayer/releases/download/<VERSION>/
### Linux/amd64

```bash
curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.2.0/eigenlayer-linux-amd64 --output eigenlayer
curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.2.1/eigenlayer-linux-amd64 --output eigenlayer
```

### Linux/arm64

```bash
curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.2.0/eigenlayer-linux-arm64 --output eigenlayer
curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.2.1/eigenlayer-linux-arm64 --output eigenlayer
```

## Install an AVS
Expand Down
3 changes: 1 addition & 2 deletions build/package/debian/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ clean:
binary-arch: clean
dh_prep
dh_installdirs
cd $(GOPATH)/src/github.com/NethermindEth/eigenlayer/cmd/eigenlayer/ && go install > /dev/null 2>&1
mkdir -p $(PKGDIR)/usr/bin
cp $(GOPATH)/bin/* $(PKGDIR)/usr/bin/
go build -o $(PKGDIR)/usr/bin/eigenlayer $(GOPATH)/src/github.com/NethermindEth/eigenlayer/cmd/eigenlayer/main.go
dh_strip --no-automatic-dbgsym
dh_compress
dh_fixperms
Expand Down

0 comments on commit 8529a2f

Please sign in to comment.