Skip to content

Commit

Permalink
fix: Build in docker for linux/amd64, linux/arm64 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed May 27, 2024
1 parent fd2d37d commit a515670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build_deploy:
name: Build and Deploy
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image_homolog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build_deploy:
name: Build and Deploy
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down

0 comments on commit a515670

Please sign in to comment.