Skip to content

Commit a515670

Browse files
committed
fix: Build in docker for linux/amd64, linux/arm64 platforms
1 parent fd2d37d commit a515670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build_deploy:
1010
name: Build and Deploy
11-
runs-on: self-hosted
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
packages: write

.github/workflows/publish_docker_image_homolog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build_deploy:
1010
name: Build and Deploy
11-
runs-on: self-hosted
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
packages: write

0 commit comments

Comments
 (0)