Skip to content

Commit 2037fb3

Browse files
committed
ci: only target x86 for docker builds, edit docker-compose example
1 parent ee8cdf0 commit 2037fb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
2323
with:
2424
push: ${{ github.event_name != 'pull_request' }}
25+
docker-platforms: linux/amd64

docker-compose-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ services:
4242

4343
volumes:
4444
# Mount Chia config directory to access certificates
45-
- ~/.chia:/root/.chia
45+
- ~/.chia/mainnet/config/ssl:/root/.chia/mainnet/config/ssl
4646
restart: unless-stopped

0 commit comments

Comments
 (0)