Skip to content

Commit

Permalink
[cicd] remove arm64 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed Nov 17, 2023
1 parent 5b961ce commit 19b5e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/server_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
cache: 'npm'
cache-dependency-path: 'admin-web/package-lock.json'

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
#- name: Set up QEMU
# uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: command/docker/backend
platforms: linux/amd64,linux/arm64
#platforms: linux/amd64,linux/arm64
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 19b5e18

Please sign in to comment.