Skip to content

Commit

Permalink
Revert "try to publish for multi arch?"
Browse files Browse the repository at this point in the history
This reverts commit 799d703.
  • Loading branch information
alcaprar committed Jun 1, 2024
1 parent 799d703 commit 1ba5fba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ jobs:
permissions:
packages: write
contents: read
strategy:
matrix:
platform: [linux/amd64, linux/arm64, linux/arm]
steps:
- uses: actions/checkout@v4

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --platform ${{ matrix.platform }}
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"

- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 1ba5fba

Please sign in to comment.