Skip to content

Commit dd8aa76

Browse files
committed
Disable arm64
1 parent c3156ac commit dd8aa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/-build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: docker/build-push-action@v4
7474
with:
7575
file: ${{ inputs.dockerfile }}
76-
platforms: linux/amd64,linux/arm64
76+
platforms: linux/amd64 #,linux/arm64 -Temporary
7777
build-args: |
7878
BUILD_DATE=${{ env.BUILD_DATE }}
7979
BUILD_REVISION=${{ github.sha }}

0 commit comments

Comments
 (0)