Skip to content

Commit

Permalink
Fix items list
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Jun 18, 2024
1 parent 35e3bd4 commit dda2a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CONTAINER_IMAGE = ${WORKLOAD_NAME}:test

compose.yaml: score/score.yaml .score-compose/state.yaml Makefile
score-compose generate score/score.yaml \
--build '${CONTAINER_NAME}={"context":"app/","tags":["${CONTAINER_IMAGE}"],"platforms":["linux/amd64,linux/arm64"]}' \
--build '${CONTAINER_NAME}={"context":"app/","tags":["${CONTAINER_IMAGE}"],"platforms":["linux/amd64","linux/arm64"]}' \
--override-property containers.${CONTAINER_NAME}.variables.MESSAGE="Hello, Compose!"

## Generate a compose.yaml file from the score spec and launch it.
Expand Down

0 comments on commit dda2a6f

Please sign in to comment.