Skip to content

Commit

Permalink
add buildx driver to yml
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Jan 29, 2025
1 parent 53c3b00 commit 6055ad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ jobs:
- name: Build with Maven
run: mvn clean install

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Create Image
run: |
docker buildx create --use
docker buildx build -t gamertrack-war --platform linux/amd64,linux/arm64 .
- name: Run integrationTests
Expand Down

0 comments on commit 6055ad9

Please sign in to comment.