Skip to content

Commit

Permalink
Generate index in build.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
  • Loading branch information
jonjohnsonjr committed Mar 7, 2024
1 parent 506560b commit bfe82af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
--signing-key local-melange.rsa \
--arch ${{ matrix.arch }} \
--namespace wolfi \
--generate-index=false \
--pipeline-dir ./pipelines/ \
--trace ./packages/${{ matrix.arch }}/trace.json
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MELANGE_OPTS += --signing-key ${KEY}
MELANGE_OPTS += --arch ${ARCH}
MELANGE_OPTS += --env-file build-${ARCH}.env
MELANGE_OPTS += --namespace wolfi
MELANGE_OPTS += --generate-index false
MELANGE_OPTS += --generate-index false # TODO: This false gets parsed as argv not flag value!!!
MELANGE_OPTS += --pipeline-dir ./pipelines/
MELANGE_OPTS += ${MELANGE_EXTRA_OPTS}

Expand Down

0 comments on commit bfe82af

Please sign in to comment.