Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Build for arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mstg committed Jul 15, 2023
1 parent ed740e5 commit 7808865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
schedule:
- cron: '28 20 * * *'
- cron: '30 19 * * *'
push:
branches: [ "main" ]
pull_request:
Expand Down Expand Up @@ -73,6 +73,7 @@ jobs:
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
with:
context: .
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 7808865

Please sign in to comment.