Skip to content

Commit ad8705d

Browse files
authored
Merge pull request #134 from jacomago/multiplatformdocker
Add multiple platform docker builds
2 parents d5f18e4 + 3dc611e commit ad8705d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
packages: write
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Set up JDK 11
2121
uses: actions/setup-java@v3
2222
with:
@@ -41,5 +41,8 @@ jobs:
4141
with:
4242
context: .
4343
push: true
44+
platforms: linux/amd64,linux/arm64
4445
tags: ${{ steps.meta.outputs.tags }}
45-
labels: ${{ steps.meta.outputs.labels }}
46+
labels: ${{ steps.meta.outputs.labels }}
47+
cache-from: type=gha
48+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)