Skip to content

Commit

Permalink
Try arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
miroljub1995 committed Sep 21, 2024
1 parent 5e953e6 commit 93d7b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Publish
working-directory: backend/ResQueue
run: dotnet publish --os linux --arch amd64 /t:PublishContainer -p:ContainerRepository=filipbekic01/resqueue -p:ContainerRegistry=ghcr.io
run: dotnet publish --os linux --arch arm64 /t:PublishContainer -p:ContainerRepository=filipbekic01/resqueue -p:ContainerRegistry=ghcr.io

- name: Install DigitalOcean doctl
uses: digitalocean/action-doctl@v2
Expand Down

0 comments on commit 93d7b3f

Please sign in to comment.