Skip to content

Commit

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

- path: java/eclipse-temurin
file: alpine.Dockerfile
Expand All @@ -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/v8

- path: java/eclipse-temurin
file: alpine.Dockerfile
Expand All @@ -47,7 +47,7 @@ jobs:
tags: |
type=raw,value=17-alpine
type=raw,value=17
platform: linux/amd64,linux/arm64
platform: linux/amd64,linux/arm64/v8

env:
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
Expand Down

0 comments on commit 27822cb

Please sign in to comment.