mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
serialize notarization (#806)
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
b78c90d018
commit
0ed2842123
2
Makefile
2
Makefile
@ -316,9 +316,11 @@ release: clean-dist CHANGELOG.md ## Build and publish final binaries and packag
|
|||||||
|
|
||||||
rm -f .github/scripts/apple-signing/log/*.txt
|
rm -f .github/scripts/apple-signing/log/*.txt
|
||||||
|
|
||||||
|
# note: notarization cannot be done in parallel, thus --parallelism 1
|
||||||
bash -c "\
|
bash -c "\
|
||||||
$(RELEASE_CMD) \
|
$(RELEASE_CMD) \
|
||||||
--config $(TEMPDIR)/goreleaser.yaml \
|
--config $(TEMPDIR)/goreleaser.yaml \
|
||||||
|
--parallelism 1 \
|
||||||
--release-notes <(cat CHANGELOG.md)\
|
--release-notes <(cat CHANGELOG.md)\
|
||||||
|| cat .github/scripts/apple-signing/log/*.txt && false"
|
|| cat .github/scripts/apple-signing/log/*.txt && false"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user