Skip to content

Commit

Permalink
Build private cloud arm (Flagsmith#1841)
Browse files Browse the repository at this point in the history
* Build private cloud arm

* Revert debug changes to the workflow
  • Loading branch information
matthewelwell authored Feb 20, 2023
1 parent 5486a4f commit 9952cbb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- "*"
branches:
- "improvement/docker-fixes"

env:
FLAGSMITH_SAML_REVISION: v0.2.1
Expand Down Expand Up @@ -79,7 +77,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 9952cbb

Please sign in to comment.