Skip to content

Commit

Permalink
Build Docker images for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Oct 11, 2024
1 parent ea3ebad commit c6de30a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
org.opencontainers.image.url=https://github.com/${{ github.repository }}
build-args: |
SENTRY_RELEASE=${{ github.sha }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/backend_node_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
file: backend-node/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
no-cache: true
platforms: linux/amd64,linux/arm64
build-args: |
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
GITHUB_SHA=${{ github.sha }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
file: frontend/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
no-cache: true
platforms: linux/amd64,linux/arm64
build-args: |
NEXT_PUBLIC_IS_PRODUCTION=true
ENABLE_SENTRY=true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nginx_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
context: nginx
file: nginx/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/flathub-infra/nginx:${{ github.sha }}
ghcr.io/flathub-infra/nginx:latest
Expand Down

0 comments on commit c6de30a

Please sign in to comment.