Skip to content

Commit

Permalink
Build custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Aug 3, 2023
1 parent d34394a commit 26f9c40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ jobs:
fail-fast: false
matrix:
version:
- 6.8
- 6.9
- 7.1
- 7.2
- 7.3

architecture:
- x86-64
- arm64

steps:
- name: Clone Repository
Expand Down
2 changes: 1 addition & 1 deletion resources/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -exu

# Add your additional provisioning here for custom VM images.
touch /foo

0 comments on commit 26f9c40

Please sign in to comment.