Skip to content

Commit

Permalink
remove multi platform build support
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jun 14, 2024
1 parent 7ac20aa commit 7758243
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-dev-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: "Checkout GitHub Action"
uses: actions/checkout@main

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: "Login to GitHub Container Registry"
uses: docker/login-action@v3
Expand Down

0 comments on commit 7758243

Please sign in to comment.