File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,14 @@ jobs:
99
99
- name : Build
100
100
if : github.event_name == 'pull_request'
101
101
run : |
102
- BASE=ghcr.io/coder/envbuilder-preview
102
+ ./scripts/build.sh \
103
+ --arch=amd64
103
104
104
105
./scripts/build.sh \
105
- --arch=amd64 \
106
- --base=$BASE
106
+ --arch=arm64
107
+
108
+ ./scripts/build.sh \
109
+ --arch=arm
107
110
108
111
- name : Build and Push
109
112
if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.4
4
4
5
5
// There are a few options we need added to Kaniko!
6
6
// See: https://github.com/GoogleContainerTools/kaniko/compare/main...coder:kaniko:main
7
- replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20240830092517-0668f96c8816
7
+ replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20240830141327-f307586e3dca
8
8
9
9
// Required to import codersdk due to gvisor dependency.
10
10
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20240702054557-aa558fbe5374
Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoC
171
171
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f /go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI =
172
172
github.com/coder/coder/v2 v2.10.1-0.20240704130443-c2d44d16a352 h1:L/EjCuZxs5tOcqqCaASj/nu65TRYEFcTt8qRQfHZXX0 =
173
173
github.com/coder/coder/v2 v2.10.1-0.20240704130443-c2d44d16a352 /go.mod h1:P1KoQSgnKEAG6Mnd3YlGzAophty+yKA9VV48LpfNRvo =
174
- github.com/coder/kaniko v0.0.0-20240830092517-0668f96c8816 h1:idB8jAnkYWkHYddbJ+WnGtM2wrhh3+JpjPwHcQ2lYhU =
175
- github.com/coder/kaniko v0.0.0-20240830092517-0668f96c8816 /go.mod h1:XoTDIhNF0Ll4tLmRYdOn31udU9w5zFrY2PME/crSRCA =
174
+ github.com/coder/kaniko v0.0.0-20240830141327-f307586e3dca h1:PrcSWrllqipTrtet50a3VyAJEQmjziIZyhpy0bsC6o0 =
175
+ github.com/coder/kaniko v0.0.0-20240830141327-f307586e3dca /go.mod h1:XoTDIhNF0Ll4tLmRYdOn31udU9w5zFrY2PME/crSRCA =
176
176
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs =
177
177
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 /go.mod h1:5UuS2Ts+nTToAMeOjNlnHFkPahrtDkmpydBen/3wgZc =
178
178
github.com/coder/quartz v0.1.0 h1:cLL+0g5l7xTf6ordRnUMMiZtRE8Sq5LxpghS63vEXrQ =
You can’t perform that action at this time.
0 commit comments