Skip to content

Commit 7708f4b

Browse files
setup buildx builder
1 parent 7f37273 commit 7708f4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
java-version: 11
1414
cache: sbt
1515
- uses: sbt/setup-sbt@v1
16+
- name: Setup buildx builder
17+
uses: docker/setup-buildx-action@v3
18+
with:
19+
platforms: linux/amd64,linux/arm64
20+
config-inline: |
21+
[worker.oci]
22+
max-parallelism = 1
1623
- name: Login to Docker Hub
1724
uses: docker/login-action@v1
1825
with:

0 commit comments

Comments
 (0)