Skip to content

Commit

Permalink
add multi-platform image
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Jan 28, 2025
1 parent fb8ff31 commit ebbb919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

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

0 comments on commit ebbb919

Please sign in to comment.