Skip to content

Commit

Permalink
Add container arch
Browse files Browse the repository at this point in the history
  • Loading branch information
ironbeer committed Apr 22, 2024
1 parent 6e8e8d0 commit 16b08a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- 'v*'
branches:
- op-migrate
- op-migrate-armv7

jobs:
release:
Expand All @@ -18,10 +18,10 @@ jobs:
file: ./ops/docker/Dockerfile.packages
target: data-transport-layer
args: NODE_OPTIONS=--max-old-space-size=6144
- name: l2geth
file: ./ops/docker/Dockerfile.geth
target: ''
args: ''
# - name: l2geth
# file: ./ops/docker/Dockerfile.geth
# target: ''
# args: ''
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand All @@ -48,7 +48,7 @@ jobs:
context: .
file: ${{ matrix.build.file }}
target: ${{ matrix.build.target }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/arm/v7
tags: ghcr.io/${{ github.repository }}/${{ matrix.build.name }}:${{ github.ref_name }}
build-args: ${{ matrix.build.args }}
push: true

0 comments on commit 16b08a5

Please sign in to comment.