Skip to content

Commit

Permalink
Merge branch 'feature/1235' of github.com:PyPlanet/PyPlanet
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed Aug 29, 2023
2 parents c7cdd14 + ced4336 commit 79ff19d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docker-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: [linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8]
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm64/v8
tags: pyplanet/pyplanet:nightly
6 changes: 5 additions & 1 deletion .github/workflows/docker-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: [linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8]
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm64/v8
tags: pyplanet/pyplanet:latest

0 comments on commit 79ff19d

Please sign in to comment.