Skip to content

Commit

Permalink
Re-add arm64 as a build platform
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Apr 2, 2024
1 parent 03bfde2 commit 9b2c3d7
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 @@ -31,7 +31,7 @@ env:
# upstream image followed by the value of this variable. Increment this value
# to update the OS packages installed in the image.
#
azul_docker_pycharm_internal_version: 18
azul_docker_pycharm_internal_version: 19

jobs:
build:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
azul_docker_pycharm_upstream_version=${{ env.azul_docker_pycharm_upstream_version }}
azul_docker_pycharm_internal_version=${{ env.azul_docker_pycharm_internal_version }}
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: "${{ format(
'{0}{1}:{2}-{3}',
Expand Down

0 comments on commit 9b2c3d7

Please sign in to comment.