Skip to content

Commit

Permalink
chore: add arm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Oct 29, 2024
1 parent 1329248 commit ed67fc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v2
with:
Expand All @@ -23,6 +25,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository_owner }}/game-server-node:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/game-server-node:latest

0 comments on commit ed67fc7

Please sign in to comment.