Skip to content

Commit 4743318

Browse files
committed
try to add more platforms to the buildx container
1 parent fc072a6 commit 4743318

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
global-json-file: 'global.json' # in addition to the 6.0 we need for tests, install "latest"
2727
- name: Build
2828
run: dotnet build --consoleloggerparameters:NoSummary --warnAsError
29+
- name: Set up Docker Buildx to handle more platforms
30+
uses: docker/setup-buildx-action@v2
31+
with:
32+
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
2933
- name: Discover docker platforms
3034
run: docker buildx ls
3135
- name: Test

0 commit comments

Comments
 (0)