Skip to content

Commit

Permalink
update multi arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet committed Oct 15, 2023
1 parent 0e798e2 commit 6240c6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: set tag
run: |-
export TIMESTAMP=$(date +%s)
Expand All @@ -31,7 +33,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/102ch/thuuwa-tuuchi-bot:latest,ghcr.io/102ch/thuuwa-tuuchi-bot:${{ env.IMAGE_TAG }}
cache-from: type=gha
Expand Down

0 comments on commit 6240c6c

Please sign in to comment.