Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
Updated runs on to ubuntu
  • Loading branch information
maulik9898 authored Oct 14, 2022
1 parent 4d0b321 commit e924268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
packages: write
jobs:
build:
runs-on: arm64
runs-on: ubuntu-latest
steps:
# Get the repository's code
- name: Checkout
Expand Down

0 comments on commit e924268

Please sign in to comment.