Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkruyt authored Mar 12, 2024
1 parent b7838d0 commit c9bf76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
ghcr.io/${{ github.repository }}:${{ env.OPENRA_RELEASE_VERSION }}
ghcr.io/${{ github.repository }}:latest
build-args: OPENRA_RELEASE_VERSION=${{ env.OPENRA_RELEASE_VERSION }} # pass the release version as build-arg to docker build
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v5,linux/386,linux/ppc64le # the platforms you want to target
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v5,linux/386 # the platforms, linux/ppc64le runs out of memory :(

- name: Update and commit new version
if: env.NEW_RELEASE == 'true'
Expand Down

0 comments on commit c9bf76a

Please sign in to comment.