Skip to content

Commit

Permalink
fix: no arm64 available for 17.0.10_7-jdk-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Apr 15, 2024
1 parent d27c577 commit e6c6dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
dockerContext: 'eclipse-temurin'
dockerfile: 'alpine.Dockerfile'
baseImageTag: '17.0.10_7-jdk-alpine'
platforms: 'linux/amd64,linux/arm64'
platforms: 'linux/amd64'
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand Down

0 comments on commit e6c6dd2

Please sign in to comment.