Skip to content

Commit

Permalink
fix(docker): Multiplatform builds - update architecture targets
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Dec 2, 2024
1 parent 22b79c1 commit 9f2a448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-eigenda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:

jobs:
build-linux:
build-linux-amd64:
runs-on: linux-2xl

steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
rm -rf /tmp/.buildx-cache-linux
mv /tmp/.buildx-cache-linux-new /tmp/.buildx-cache-linux
build-amd64:
build-linux-arm64:
runs-on: linux-2xl

steps:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: "Build and push for amd"
uses: docker/build-push-action@v5
with:
platform: amd64
platform: linux/arm64/v8
target: nitro-node-dev
context: .
push: true
Expand Down

0 comments on commit 9f2a448

Please sign in to comment.