Skip to content

Commit

Permalink
replace standard builders with multi-arch version
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Jul 20, 2023
1 parent e67861e commit 52f139f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 159 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-2004-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- main
- "release/*"
paths:
- "docker/ubuntu-2004-builder.Dockerfile"
- "docker/ubuntu-builder/ubuntu-2004-builder.Dockerfile"
- ".github/workflows/ubuntu-2004-builder.yml"
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
paths:
- "docker/ubuntu-2004-builder.Dockerfile"
- "docker/ubuntu-builder/ubuntu-2004-builder.Dockerfile"
- ".github/workflows/ubuntu-2004-builder.yml"

jobs:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
context: .
push: true
file: docker/ubuntu-2004-builder.Dockerfile
file: docker/ubuntu-builder/ubuntu-2004-builder.Dockerfile
tags: ${{ steps.prep.outputs.tags }}
platforms: linux/amd64,linux/arm64
outputs: type=image,annotation-index.org.opencontainers.image.description=Psibase build environment based on Ubuntu 20.04 (image support for arm64 and amd64)
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-2204-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- main
- "release/*"
paths:
- "docker/ubuntu-2204-builder.Dockerfile"
- "docker/ubuntu-builder/ubuntu-2204-builder.Dockerfile"
- ".github/workflows/ubuntu-2204-builder.yml"
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
paths:
- "docker/ubuntu-2204-builder.Dockerfile"
- "docker/ubuntu-builder/ubuntu-2204-builder.Dockerfile"
- ".github/workflows/ubuntu-2204-builder.yml"

jobs:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
context: .
push: true
file: docker/ubuntu-2204-builder.Dockerfile
file: docker/ubuntu-builder/ubuntu-2204-builder.Dockerfile
tags: ${{ steps.prep.outputs.tags }}
platforms: linux/amd64,linux/arm64
outputs: type=image,annotation-index.org.opencontainers.image.description=Psibase build environment based on Ubuntu 22.04 (image support for arm64 and amd64)
89 changes: 0 additions & 89 deletions docker/ubuntu-2004-builder.Dockerfile

This file was deleted.

64 changes: 0 additions & 64 deletions docker/ubuntu-2204-builder.Dockerfile

This file was deleted.

0 comments on commit 52f139f

Please sign in to comment.