Skip to content

Commit

Permalink
multiplatform for all containers
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jul 25, 2024
1 parent ddaf0fc commit 401f047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
/usr/bin/docker buildx bake \
--file docker-compose.yml \
--file docker-compose.historian.yml \
--set worker.platform=linux/arm64,linux/amd64 \
--set *.platform=linux/arm64,linux/amd64 \
--set web.cache-from=type=gha,scope=web:${{ github.ref_name }} \
--set worker.cache-from=type=gha,scope=worker:${{ github.ref_name }} \
--set grafana.cache-from=type=gha,scope=grafana:${{ github.ref_name }} \
Expand Down

0 comments on commit 401f047

Please sign in to comment.