Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7392b4f

Browse filesBrowse files
committed
Add arm64 platforms for docker image release
1 parent 18b9cb2 commit 7392b4f
Copy full SHA for 7392b4f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
context: .
2626
file: ./Dockerfile
27-
platforms: linux/amd64
27+
platforms: linux/amd64,linux/arm/v7,linux/arm64
2828
push: false
2929
tags: |
3030
${{ steps.docker_meta_ci.outputs.tags }}
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
context: .
9898
file: ./Dockerfile
99-
platforms: linux/amd64
99+
platforms: linux/amd64,linux/arm/v7,linux/arm64
100100
push: ${{ github.event_name != 'pull_request' }}
101101
tags: |
102102
${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.