Skip to content

Commit 2213b4c

Browse files
refactor: update ARM64 build environment and remove unnecessary platform specification
1 parent fc4bd63 commit 2213b4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
AUTO_MIGRATE=false
7575
7676
build-arm64:
77-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-24.04-arm
7878
permissions:
7979
contents: read
8080
packages: write
@@ -119,7 +119,6 @@ jobs:
119119
context: .
120120
file: ./Dockerfile
121121
target: production
122-
platforms: linux/arm64
123122
push: true
124123
tags: ${{ steps.meta.outputs.tags }}
125124
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)