Skip to content

Commit

Permalink
Merge pull request #29 from vaikas/non-tmp
Browse files Browse the repository at this point in the history
la sigh, wrong dir from local tests
  • Loading branch information
vaikas authored Jan 25, 2022
2 parents 26cbd11 + e5aefa0 commit ac2d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# TODO(vaikas): Find a way to use the same image, for now, hack and
# use different image for amd and arm until I sort it out.
# https://github.com/vaikas/sigstore-scaffolding/issues/28
sed -e 's@mysql:8.0@mysql/mysql-server:8.0@' /tmp/release.yaml > /tmp/release-arm.yaml
sed -e 's@mysql:8.0@mysql/mysql-server:8.0@' release.yaml > release-arm.yaml
echo "Doing ko resolve for testdata"
# Build a big bundle of test joy, this also produces SBOMs
Expand Down

0 comments on commit ac2d8eb

Please sign in to comment.