Skip to content

Commit

Permalink
arm64 issue fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda committed Mar 18, 2024
1 parent 3b81f4d commit db9bf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
context: .
file: ./server.Dockerfile
platform: linux/arm64/v8,linux/amd64
platforms: linux/arm64/v8,linux/amd64
push: true
tags: ghcr.io/gmod/apollo-collaboration-server:development

Expand All @@ -36,6 +36,6 @@ jobs:
with:
context: .
file: ./client.Dockerfile
platform: linux/arm64/v8,linux/amd64
platforms: linux/arm64/v8,linux/amd64
push: true
tags: ghcr.io/gmod/apollo-jbrowse-plugin:development

0 comments on commit db9bf0a

Please sign in to comment.