Skip to content

Commit

Permalink
feat: enable beta builds and multiple platforms docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Inlustra committed Jul 25, 2021
1 parent e7a5d34 commit da9f856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- beta

jobs:
getversion:
Expand Down Expand Up @@ -131,6 +132,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
file: packages/agent/Dockerfile
push: true
Expand Down

0 comments on commit da9f856

Please sign in to comment.