Skip to content

Commit

Permalink
fix: build for multiple architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Draconizations committed Apr 22, 2024
1 parent 9018d9f commit 6afd8a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
build-args: |
"api_cooldown=330"
tags: |
Expand Down

0 comments on commit 6afd8a9

Please sign in to comment.