Skip to content

Commit

Permalink
Revert back to main branch manifest-tool commit
Browse files Browse the repository at this point in the history
Now that the foreign layer issue is solved in manifest tool, we can use
the main branch to build and run the manifest list creation.

Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Mar 29, 2021
1 parent 40b7bb8 commit 5da042e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ jobs:
TMPROOT=$(mktemp -d)
git clone https://github.com/estesp/manifest-tool.git "${TMPROOT}"/manifest-tool
pushd "${TMPROOT}"/manifest-tool
git checkout v1.0.3
GO111MODULE=off make binary
make binary
sudo make install PREFIX=/usr/local
popd
echo "Pre-release: ${PRERELEASE}"
Expand Down

0 comments on commit 5da042e

Please sign in to comment.