Skip to content

Commit

Permalink
[CI] Build docker image for different architectures #47
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Apr 24, 2024
1 parent 82ac37c commit c1d92d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/deploy-pages@v2
docker:
runs-on: ubuntu-latest
continue-on-error: true
permissions:
packages: write
contents: read
Expand All @@ -55,6 +56,7 @@ jobs:
with:
push: ${{ github.ref == 'refs/heads/main'}}
tags: ${{ steps.docker-metadata.outputs.tags }}
platforms: linux/amd64,linux/arm64
labels: ${{ steps.docker-metadata.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit c1d92d6

Please sign in to comment.