Skip to content

Commit

Permalink
Fix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Apr 11, 2024
1 parent 748b665 commit 22d4236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tags: |
type=raw,value=11-alpine
type=raw,value=11
platform: linux/amd64,linux/arm64
platform: linux/amd64,linux/arm64

- path: java/eclipse-temurin
file: alpine.Dockerfile
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
${{ matrix.image.arg }}
platforms:
platforms: ${{ matrix.image.platform }}

0 comments on commit 22d4236

Please sign in to comment.