Skip to content

Commit

Permalink
Remove buildx from native image build job
Browse files Browse the repository at this point in the history
Buildx is not available on the arm64 platform, and also no longer necessary because we don't do cross-compilation anymore.

Signed-off-by: Niklas <[email protected]>
  • Loading branch information
nscuro authored Feb 13, 2025
1 parent f3912ba commit de8c2a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/_build-native-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # tag=v3.8.0
with:
install: true
- name: Build Modules
run: |-
mvn -B --no-transfer-progress clean install -DskipTests
Expand Down

0 comments on commit de8c2a7

Please sign in to comment.