Skip to content

Commit

Permalink
Merge pull request tw93#786 from Tlntin/master
Browse files Browse the repository at this point in the history
remove arm64 when build docker image
  • Loading branch information
Tlntin authored Sep 14, 2024
2 parents d2e39c5 + e43b2fa commit 97a68ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build-and-push-image:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

0 comments on commit 97a68ca

Please sign in to comment.