Skip to content

Commit

Permalink
chore: remove arm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Oct 29, 2024
1 parent ed67fc7 commit 2e31bb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ on:
branches:
- "main"
workflow_dispatch:
description: 'build'

jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# - 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 @@ -25,7 +24,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/arm64
# 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 2e31bb4

Please sign in to comment.