Skip to content

Commit 1ae47a1

Browse files
committed
add mac build to ci
1 parent 8d1d900 commit 1ae47a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nitro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
TAG="latest"
4545
fi
4646
47-
docker buildx build --target nitro-node --platform linux/amd64 -t ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG} .
47+
docker buildx build --target nitro-node --platform linux/amd64,linux/arm64 -t ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG} .
4848
docker push ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG}

0 commit comments

Comments
 (0)