Skip to content

Commit c2413d1

Browse files
authored
build on GH CI instead of our own (ARM) runner (#161)
1 parent e5b78c6 commit c2413d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_build_and_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
1818
jobs:
1919
build-and-push-image:
20-
runs-on: [self-hosted, linux, ARM64]
20+
runs-on: ubuntu-latest
2121
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)