Skip to content

Commit

Permalink
Update build.yaml add docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRZiminiar authored Aug 27, 2024
1 parent c5587c1 commit 37b965e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ env:
IMAGE_NAME: "tgrziminiar/worker"

jobs:
amd64:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to ghcr.io
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 37b965e

Please sign in to comment.