Skip to content

Commit

Permalink
remove 32bit container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbevis committed Mar 5, 2023
1 parent 34a20ce commit 5028a09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ master ]
# pull_request:
# branches: [ $default-branch ]


jobs:
docker:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./base
file: ./base/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ steps.meta_base_dockerhub.outputs.tags }}
Expand All @@ -117,7 +117,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./msmtp
file: ./msmtp/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ steps.meta_msmtp_dockerhub.outputs.tags }}
Expand All @@ -129,7 +129,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./ntfy
file: ./ntfy/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ steps.meta_ntfy_dockerhub.outputs.tags }}
Expand Down

0 comments on commit 5028a09

Please sign in to comment.