Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
test for non-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnotmik committed Oct 25, 2024
1 parent 957375f commit 87beca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
docker buildx build --push \
--tag notmik/team1_app:latest \
--platform linux/amd64,linux/arm64 .
--platform amd64,arm64 .

0 comments on commit 87beca2

Please sign in to comment.