Skip to content

Commit

Permalink
fix: podman release
Browse files Browse the repository at this point in the history
  • Loading branch information
X committed Aug 26, 2024
1 parent a7e0fe8 commit 6da88b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ release:
docker run --rm -v $(shell pwd)/release-artifacts:/target/wasm32-unknown-unknown/release beacon
make hashes

podman_release:
podman build -t beacon .
podman run --rm -v $(shell pwd)/release-artifacts:/target/wasm32-unknown-unknown/release beacon
make hashes

hashes:
git rev-parse HEAD
shasum -a 256 ./release-artifacts/beacon.wasm.gz | cut -d ' ' -f 1

0 comments on commit 6da88b4

Please sign in to comment.